February 11, 2011 at 8:42 am
Hello,
I added a ReportViewer control to my ASP.NET app and everything seems to be working fine except that the spinning wheel icon that is supposed to pop up as you are waiting for the report to render does not get displayed.
I'm using VS2008 and version 9.0.0.0 of Microsoft.Reporting.Webforms.
This is the control markup:
<form id="form1" runat="server">
<div>
<rsweb:ReportViewer ID="ReportViewer1" ProcessingMode="Remote" AsyncRendering="false" SizeToReportContent="true" runat="server">
</rsweb:ReportViewer>
</div>
</form>
Why wouldnt the In Progress spinning wheel icon appear? Any help would be appreciated!
February 14, 2011 at 11:48 am
hi,
when the report processing time is short it wont show the report generating wheel.
kindly give us the time for report lauching in report server and in .net page we may come to a conclusion.
Regards
Durai Nagarajan
February 14, 2011 at 1:48 pm
durai nagarajan (2/14/2011)
hi,when the report processing time is short it wont show the report generating wheel.
kindly give us the time for report lauching in report server and in .net page we may come to a conclusion.
We have about 40 to 50 reports, some of them take a long time to render, some of then don't, and I never got to see the spinning wheel. Now if I preview the report using Report Designer, I do see the spinning wheel -- but the wheel doesn't get displayed when the report is run through the asp.net application.
Even after changing parameters on the reporting control, clicking the "View Report" button doesn't display the wheel, so there's no visual indication that the system is processing, which confuses the users as they don't know whether the system took the request or not.
March 2, 2011 at 1:08 am
If my memory serves me correctly, I think to get the AJAX spinner, you need to set AsynRendering="true".
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply