This is a migrated thread and some comments may be shown as answers.

can't render more than one report at a time

2 Answers 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 20 Feb 2013, 04:57 PM
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?

2 Answers, 1 is accepted

Sort by
0
Joe
Top achievements
Rank 1
answered on 20 Feb 2013, 11:44 PM
I cannot define four different reports, I need to either know when the report viewer has finished rendering or get some advice on how to make the report viewer reentrant.
0
Milen | Product Manager @DX
Telerik team
answered on 25 Feb 2013, 04:58 PM
Hello Joe,

There is no out of the box solution to your scenario. However it is possible to get the rendering completion event from the service client of a report viewer and trigger the next viewer rendering. Find attached a simple page with four report viewers demonstrating that approach.

We will consider providing such functionality in the future.

Greetings,
Milen
the Telerik team

See what's new in Telerik Reporting Q1 2013. Register for the March 4 webinar to witness the impressive new visualizations in Telerik Reporting. Just for fun, 10 webinar attendees will be randomly selected to win a Telerik T-shirt and a $50 Gift Certificate to ThinkGeek. Register now! Seats are limited!

Tags
General Discussions
Asked by
Joe
Top achievements
Rank 1
Answers by
Joe
Top achievements
Rank 1
Milen | Product Manager @DX
Telerik team
Share this question
or