December 28, 2005 at 11:41 am
Does anyone know of a way to toggle Full Screen mode using URL report access like:
http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fTrustSafekeepingReports%2fCallsSummary&rc:FullScreen=False
(btw, this command doesn't work, but there should be a command like it someplace?????)
Thanks
Chuck
December 30, 2005 at 5:36 am
Hi Chuck,
There is a command to add to your URL like this to start the report in a smaller window:
rc:zoom=75
more URL options at:
http://msdn2.microsoft.com/en-us/library/ms152835.aspx
Ruud
December 30, 2005 at 9:28 am
I found the real problem. I was using this url to access the report within my vb app.
http://localhost/Reports/Pages/Report.aspx?ItemPath=%2fTrustSafekeepingReports%2fCallsSummary&rc:FullScreen=False
But I needed to be using this URL instead:
<A href="http://development/Reportserver?%2fTrustSafekeepingReports%2fInterestSummary&StartDate=12/2/2005&EndDate=12/31/2005&rcarameters=false&rc:Toolbar=false">http://development/Reportserver?%2fTrustSafekeepingReports%2fInterestSummary&StartDate=12/2/2005&EndDate=12/31/2005&rcarameters=false&rc:Toolbar=false
The call to reports/pages just doesn't work. must use the reference to ReportServer then Parameters and commands work just fine.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply