Showing posts with label browser. Show all posts
Showing posts with label browser. Show all posts

Monday, March 26, 2012

How to make hiding the parameter row as default?

When I ran the report from the browser (not from the preview when designing the report), the parameters and the View Report button still displayed. I noticed clicking a double arrow button can hide or show the parameter section . How can I make hiding the parameter section as default? Currently showing the section is the default.

Thanks.

DanYeung

At the end of the URL, just set the paramaters to false, like so:

http://375868d/ReportServer/Pages/ReportViewer.aspx?/Exhumation/ops_samples_all&rcStick out tonguearameters=false

What is with the smiley face? It should be Parameters=false, not arameters=false...

|||

Set the parameter to false can only hide the value of the parameter. I want to hide the who section that shows all parameter names and values, and also the Preview Report button.

Thanks.

DanYeung

|||

I figured it out and wanted to share. In the Report Parameters dialog, check the Hidden checkbox for all parameters. The whole section will be hidden as default.

DanYeung

Wednesday, March 7, 2012

How to launch SQL Server 2005 ReportViewer in a new browser window.

Hi all,

I am trying to launch ReportViewer in a new browser window, using the attribute: target='_blank'.

Can someone tell me how?

Here is the complete URL for the report .

http://SServer1/ReportServer?/Primary Members/Detail Report&rs:Command=Render&rs:Format=HTML4.0&rc:Parameters=false&UserName=sobo1

<a href="http://SServer1/ReportServer?/Primary Members/Detail Report&rs:Command=Render&rs:Format=HTML4.0&rc:Parameters=false&UserName=sobo1" target="_blank">Launch Report</a>|||Thanks, I appreciate your quick response; I'll give it a trial after the holiday.