I have an app that requires me to display four reports simultaneously. But it blows up while rendering the second report, because, I believe, the first report is still rendering.
I looked at code to access the IsInProgress property, but this requires me to include a reference to telerik.reportviewer.wpf.dll, which this silverlight project does not allow.
http://www.telerik.com/community/forums/reporting/telerik-reporting/notification-for-when-report-is-done-rendering.aspx
I should mention that the four reports are all the same underlying report using different parameters.
I believe I could simply define four distinct reports to get around this, but is it possible to otherwise determine when one report is done rendering and then begin the next?
I looked at code to access the IsInProgress property, but this requires me to include a reference to telerik.reportviewer.wpf.dll, which this silverlight project does not allow.
http://www.telerik.com/community/forums/reporting/telerik-reporting/notification-for-when-report-is-done-rendering.aspx
I should mention that the four reports are all the same underlying report using different parameters.
I believe I could simply define four distinct reports to get around this, but is it possible to otherwise determine when one report is done rendering and then begin the next?