If you became a customer of the Syncfusion� Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion� Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion�.

For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.

Thank you for choosing Syncfusion� for your reporting needs.

Rendering a very lengthy report (16K+ pages)

I have found that rendering a report with a subreport brings our server to a crawl when page count goes beyond 16,000 pages. Are there data optimization techniques that you can recommend to make rendering faster? The dataset has 208K records. The data is grouped and summarized.

1 Reply

VS Vinoth Srinivasan Syncfusion Team April 16, 2020 05:23 PM UTC

Hi Paul, 

In order get the better performance with Report Viewer, apply below setting in Report Viewer to handle the larger amount data with less memory footprint. 

reportOption.ReportModel.EnableVirtualEvaluation = true; 
reportOption.ReportModel.DisablePageSplitting = true

Also, set the CanGrow true for necessary textbox report items alone because if  report having larger amount of data, then it will take time to measure height and width for larger amount of textboxes. Please refer the below documentation for your reference. 

Regards, 
Vinoth S. 


Loader.
Up arrow icon