Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
761
Slow performance when rendering reports mosaic/vertical mode for big grids
posted

Hello Infragistics,

I think the reporting feature that comes with the Infragistics WPF toolkit is a great idea. The API is easy to use and the xamFeatureBrowser explains the rest. Basically it's exactly what's needed to create some sophisticated reports.

Our software requirements ask for quite complex reports, using multiple grids, resulting in a number of pages usually between 10 and 30. Performance is an issue. I tried to print one XamDataGrid with about 90 rows and 50 columns and the rendering takes about 2 minutes. I think the slow performance mainly relates to the pagination of the grid (mosaic and vertical mode).

Obviously splitting a grid up to fit on a predefined page size takes some time, which is ok. My question is: How can I influence to document rendering processing time. Are there any hints from your side (similar to the performance optimizations overview for the grid). The grid is populated form a dynamic data source. The field layout is generated on the fly. Maybe I miss some settings to improve the printing performance. Do you have guideline, checklist?

Any help is highly appreciated.

Best regards, Frank

 

 

 

 

 

Parents
  • 69686
    posted

    Hello Frank,

    I see a difference in the performance between the different pagination modes, but it works much faster on my end. I created a XamDataGrid with 90 records and ~50 fields. With Mosaic horizontal pagination mode the XamReportPreview generates a report for 30~32 seconds. With Scale, the same XamDataGrid's report is generated for 14~15 seconds. I am testing this against the latest service release for 10.1 under Windows 7 on a Core 2 Duo (2.5Ghz) processor with 4Gb ram.

    Are there any other settings that you have set on the report? What are your environment parameters?

Reply Children
No Data