Description:
We have problem loading multiple report viewers in one aspx page in sequence order.
Our requirement is to load the report viewers in parallel order.
I tried some of below scenarios:
First I tried using Task Parallelism (Task Parallel Library) :Here what i did was I have set all the required properties to work in parallel unfortunately it was not loaded parallel.
Later I tried with IFRAMES: Placed the each report viewers in separate page and all pages placed as iframes in single page,there is no change here also it was loading in sequence.
Finally I tried with Asynchronous Postback :Here I used to Call all reports in asynchronous post back though i could not find any solution to my problem.
In all the above options we are unable to load the reports in parallel.
But when i tried with calling based on report URL (SSRS reports) in iframes without using the Report Viewer it was loaded parallel as this is not i am expecting the solution.
Environment Details:
.Net Framework 4.0 , Report Viewer 11.0 ,IIS 7.5
Limitation :
I explored so many blogs and msdn articles below is the one for your reference.
Where they have stated that it is having limitation to load in Parallel.http://ift.tt/1zApmJD
I am looking for solution if some one has come across.
No comments:
Post a Comment