Hi Mohsin Nasir,
Thank you for your interested in Syncfusion products.
In our grid controls we don’t have any limitation in
exporting to pdf from grid. And it takes some times to export based on the data
quantity. And Please use the ExportToPdfWithMerge method instead of
ExportToPdf. This will export to pdf with some more changes. Please use the
below codes in your sample.
I hope this will resolve the reported issue in your end.
Please let me know if you have any concerns.
Regards,
Vinish K.
From: Mohsin Nasir [mailto:mohsinnasir142@gmail.com]
Sent: Monday, March 17, 2014 8:24 AM
To: Syncfusion Support
Subject: Re: Syncfusion support community forum 115947, Export Range,
has been updated.
I run you PDF Export demo and set the rows 200,000 manually and columns 10.
when i press the both export to pdf button than its gives me exception So tell me that its you limitation or you provided example Exception.
In my application i have more than 200,000 rows and when i export it gave me exception.
Attached is the screen shot of your demo
Hi mohsin,
Thanks for the update.
Sorry for the delay. The reported message is an internal exception thrown in that sample, we hope you might have experienced the following exception (MessageBox.Show("Invalid Export Range!");). The reported scenario to export more than 2,00,000 records is possible in GridControl by using the following method.
Code Snippet: pdfConvertor.ExportToPdfWithMerge("Sample1.pdf", this.gridControl1); |
Please let me know if you have any concerns.
Regards,
Arun.
Hi Mohsin Nasir,
Thanks for the update.
Query: Export to Pdf
issue. |
We have tried all the possible scenario’s. But we could
not able to reproduce the reported issue. We hope you have tried normal PDF
export method. Please try the following Merge export available. Also the
exporting factor may have produced exception in system with low
configuration. Could you please let us know your system configuration along
with your ES version you are currently using. We will try the reported
behavior in that system and let you know the details as soon as possible. Likewise we would like explain the ExportToPdfWithMerge functionality. It will export the grid into various parts and ensure its combination into a single document at the final. So it can export more number rows than normal export. |
Please let us know if you have any concerns.
Regards,
Arun.