Hello,
I’m using the provided with the Grid GenerateReportForm, calling it with :
GenerateReportForm generateReport = new GenerateReportForm(grid);
generateReport.ShowDialog();
Included the form in my project, and just added some needed usings.
When I try to export my grid in PDF, it is blocked no the 9 page (what is shown). The JPG export generates an unlimited number of blank files.
It works fine with small documents.
What can be a solution? (maybe there is another way to generate easily a PDF document?)
Imported from legacy forums. Posted by Pierrers (had 1764 views)