Wednesday, March 7, 2012
'Report is being generated' Image
I'm just wondering about the possibility of changing the 'Report being generated' image. I have my reports embedded in an asp.net application and I'd like to match this image to logo of the application.
ThanksThis image is compiled into one of the RS assemblies as a resource, and it
is accessed with the following line of HTML in the actual page it shows up
in:
<img alt="Report is being generated"
src="?rs:Command=Get&rc:GetImage=8.00.743.00spinning_wheel.gif" />
You're not going to be able to change it, but you can pull the report from
the RS Web Service and then you have a complete customization of how the
report is rendered. The caveat, of course, is that you're going to have to
recreate all of the functionality that URL access affords you (namely
parameter handling).
Jay Nathan
http://www.mariner-usa.com
"Nell" <Nell@.discussions.microsoft.com> wrote in message
news:6E375F26-DC82-4A40-8EE9-CFA8E9FA0A8B@.microsoft.com...
> Hi,
> I'm just wondering about the possibility of changing the 'Report being
generated' image. I have my reports embedded in an asp.net application and
I'd like to match this image to logo of the application.
> Thanks
Tuesday, February 21, 2012
Report Generation Image
-- Robert|||Yes this is on the RTM version. I have the report viewer within a sharepoint site. The height of the sharepoint site is large in order to view the report without having a scroll bar for the report and one for sharepoint. So if you make the height of the sharepoint size large then the scroll bar for the report viewer disappears. However, this makes the "Report is being generated" message go out of sight.|||
I have the same problem using VS2005 Pro [8.0.50727.42 (RTM.050727-4200)] and SQL Server 2005 Std [9.0.1399]. My report viewer control is set to 1000px height to avoid a scroll bar from the viewer control and a 2nd scrollbar from IE
Dirk
|||Any chance of having this available in the future? Our clients would love it.Report Generation Image
-- Robert|||Yes this is on the RTM version. I have the report viewer within a sharepoint site. The height of the sharepoint site is large in order to view the report without having a scroll bar for the report and one for sharepoint. So if you make the height of the sharepoint size large then the scroll bar for the report viewer disappears. However, this makes the "Report is being generated" message go out of sight.|||
I have the same problem using VS2005 Pro [8.0.50727.42 (RTM.050727-4200)] and SQL Server 2005 Std [9.0.1399]. My report viewer control is set to 1000px height to avoid a scroll bar from the viewer control and a 2nd scrollbar from IE
Dirk
|||Any chance of having this available in the future? Our clients would love it.Report Generation Image
-- Robert|||Yes this is on the RTM version. I have the report viewer within a sharepoint site. The height of the sharepoint site is large in order to view the report without having a scroll bar for the report and one for sharepoint. So if you make the height of the sharepoint size large then the scroll bar for the report viewer disappears. However, this makes the "Report is being generated" message go out of sight.|||
I have the same problem using VS2005 Pro [8.0.50727.42 (RTM.050727-4200)] and SQL Server 2005 Std [9.0.1399]. My report viewer control is set to 1000px height to avoid a scroll bar from the viewer control and a 2nd scrollbar from IE
Dirk
|||Any chance of having this available in the future? Our clients would love it.