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.
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
No comments:
Post a Comment