URL Access Parameters Problem | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

URL Access Parameters Problem

Hello there~, i am new in reporting services. I have two questions : 1. Does anyone know how to stop render the report if pass in the parameters in the URL? for examplehttp://localhost/reportserver/report1?name=jay&rc:Zoom=Page Width
Which name is the parameter of the report. The report will render automatically although i am not put in the rs:command=render. Is it possible to hold the render until user click on the ‘View Report’ function ? 2. Another question is the rc:Zoom=Page Width seems not works in my pc, the zoom size still remain as 100% no matter how i change the zoom parameter. Any solution for me ? Thanks a lot

1. Does anyone know how to stop render the report if pass in the parameters in the URL? for examplehttp://localhost/reportserver/report1?name=jay&rc:Zoom=Page Width
Which name is the parameter of the report. The report will render automatically although i am not put in the rs:command=render. Is it possible to hold the render until user click on the ‘View Report’ function ? This can be done using webpage reportviewer component in ASP.NET page with VB.NET or C#.NET code. By hiding the reportviewer component you can render it visible once the user has accessed it and pass its parameters. 2. Another question is the rc:Zoom=Page Width seems not works in my pc, the zoom size still remain as 100% no matter how i change the zoom parameter. Any solution for me ?
Check browser settings for html version and jscript blocks etc.
]]>