Dear Telerik experts
I am using Telerik.Reporting Q2 2013.
I have a WPF Report Viewer loaded in a Telerik WPF RadWindow.
1)
When i set the ReportSource as a ReportBook containing 3000 reports (of same type, containing a page header, page footer, report header containing a table, details containing 2 tables and one of them containing optional subtables) the whole UI goes into not responsive mode (showing busy mouse icon).
I have tried to show the Report Viewer with null ReportSource, and then wait for 10 seconds, before setting the ReportSource = ReportBook containing 3000 reports. The Report Viewer shows empty initially with the toolbar, then it goes into not responsive mode again...
I am expecting the Generating Report progress message to show, instead of being not responsive. I have tried to check the source code of Telerik Reporting. It is calling a separate thread, is not it?
2)
The not responsive mode goes for more than one hour and it is still remaining as it is. I put a break point in the report's NeedDataSource() but it was never called throughout the one hour.
Is there any advice i can try to overcome this?
Thanks
Michael
I am using Telerik.Reporting Q2 2013.
I have a WPF Report Viewer loaded in a Telerik WPF RadWindow.
1)
When i set the ReportSource as a ReportBook containing 3000 reports (of same type, containing a page header, page footer, report header containing a table, details containing 2 tables and one of them containing optional subtables) the whole UI goes into not responsive mode (showing busy mouse icon).
I have tried to show the Report Viewer with null ReportSource, and then wait for 10 seconds, before setting the ReportSource = ReportBook containing 3000 reports. The Report Viewer shows empty initially with the toolbar, then it goes into not responsive mode again...
I am expecting the Generating Report progress message to show, instead of being not responsive. I have tried to check the source code of Telerik Reporting. It is calling a separate thread, is not it?
2)
The not responsive mode goes for more than one hour and it is still remaining as it is. I put a break point in the report's NeedDataSource() but it was never called throughout the one hour.
Is there any advice i can try to overcome this?
Thanks
Michael