Questions tagged [grapecity]
46 questions
3
votes
1 answer
Load SpreadJS using jsdom and nodeJS
I am trying to load SpreadJS using Jsdom, But it is giving error: need a browser which full supports HTML5 Canvas to run SpreadJS.
Where as jsom doc says it supports canvas.
I have installed canvas-prebuilt for jsom.
This is the code I have done so…

Saurabh Agrawal
- 7,581
- 2
- 27
- 51
2
votes
0 answers
Courier New font is blurry/sponge when printing to dotmatrix printer
When printing to dotmatrix printer, I noticed the texts in "Courier New" font are blurry/sponge when using GrapeCity's Document PDF.
To make sure it's not a printer driver issues, I used MS Word & set that text to "Courier New" with same font size…

fletchsod
- 3,560
- 7
- 39
- 65
2
votes
2 answers
How to Write this Crystal Report formula in SSRS Expression?
I am Having Problem to Convert this Crystal Report formula in SSRS Expression Can Anyone Help me?
Formula 1:
Dim fromExDay as String
Dim toExDay as String
Dim sYr as String
Dim sMonth as String
Dim sDay as String
fromExDay =…

Rahul Shukla
- 37
- 7
1
vote
1 answer
Spread JS (GrapeCity) How to handler Sheet same name error
When I change same name for a sheet.
It appear unexpected message popup.
I don't sure about lib's bug or have custom in source code. But have any way to handler error(Spread JS GrapeCity ) message when change sheet name existed? thanks

cuong nguyen manh
- 308
- 2
- 13
1
vote
1 answer
Add empty option to List Validator
I'm trying to add the option to my users that, on a List Validator, to allow select any of the options or a blank option. Spreadjs has the IgnoreBlanks setting, which I use, so when the user uses the delete key or the backspace and deletes the cell…

Narshe
- 427
- 8
- 22
1
vote
1 answer
Clear WPF report viewer in ActiveReports
I would like to know how to clear the WPF report viewer in ActiveReports. All the articles suggest I assign null to Document property but no such property exists. LoadDocument method loads the report into the viewer but it doesn't take null as…

Robert
- 2,407
- 1
- 24
- 35
1
vote
0 answers
How to create interactive PDF allowing the user to fill in form fields
Hi i am having a strange requirement where Client wants the PDF to be User interactive(.i.e to have fillable form fields) like entering the name in text box inside pdf and several other fields. we usually work with Activereports 9 to generate…

adla praveen
- 161
- 2
- 13
0
votes
1 answer
Grapecity activeReportJS taking more memory in angular that failed angular build command
I am using grapecity's activeReportJS with angular using it's native js library :
`
deps :
.angular version : 15.1.1
node version : 16.15.0
@grapecity/activereports : ^4.0.2
`
Here I have paste some code through which I am loading…
0
votes
0 answers
When the User clicks a button inside the , how do I save the PDF being annotated in the ?
The parent.component.html basically looks like this:
In the parent.component.ts , I tried creating this:
…

greg
- 338
- 7
- 17
0
votes
1 answer
Inside the Angular component, how do I create a custom stamp using the Grapecity GcPdfViewer?
When the User opens a Pdf inside the GcPdfViewer, they need to stamp the Pdf with an image, the image filepath will be in the src/assets folder, but the example from this web page does not work? Can someone provide me with a working example?
There…

greg
- 338
- 7
- 17
0
votes
0 answers
Could not load file or assembly or one of its dependencies c1flexgrid
I have problem with my winform project
I try change the version of c1.Win.c1flexgrid form 2.0 to 2.6 but i cant, How i can fix that problem?

nobodyhalowin
- 1
- 1
0
votes
0 answers
Using predefined data sources with the ActiveReportsJS Report Designer for nested data
I am using @grapecity/activereports-react in my react app. I am using my mongodb database as datasource. I created Server and endpoint to read my data from db.
// Define an endpoint that retrieves data from each…

user
- 1
- 3
0
votes
0 answers
ActiveReports library Adding Custom datasource
I am using designer of Activereports library in my React application. In the Data source section of the Designer, it offers me two options as data provider, these are Remote JSON and Embedded JSON. And it asks me to enter the endpoint. I want to…

user
- 1
- 3
0
votes
0 answers
ActiveReports : The sections collection is invalid
I have an ActiveReport (.rpx), which was originally built in DataDynamics.ActiveReports Version 3. I have recreated the report in Grapecity.ActiveReports Version 16.3.1. The LoadLayout is working fine, but when I try to run the report, it is giving…

shilpa v
- 21
- 2
0
votes
0 answers
Using prebuilt modules in angular?
We're building a mid sized Angular application that consists of many modules which are lazy loaded into our app.
Our production build size was 7MB total and our build pipeline on Azure DevOps needed approx 6min to build it.
Now we had to include…

Domenic
- 708
- 1
- 9
- 23