Wednesday, March 21, 2012

Minimize (not hide) Parameters

Hello,

I am wondering if RS has the capability to minimize the parameter portion on the top. I see that parameter can be hidden, but I would need the capability to just minimize and if the user needs to change the parameter, they can still click on a button to un-minimize.

Does that make sense?

-Lawrence

If by RS you mean the Report Manager, the toolbar cannot be customized. If you are report-enabling a custom application the ReportViewer controls support customizing the toolbar.

|||

If you are accessing your reports over the web, then if you use URL access to the report server you have the capability of launching a report with the parameters area collapsed. You do this by adding rcStick out tonguearameters=collapsed to the URL query string.

So your URL might look like:

http://localhost/reportserver/?%2freport+directory%2freport+name&rs:Command=Render&rcStick out tonguearameters=collapsed

|||

This is exactly what I was looking for.

Thanks a bunch!

No comments:

Post a Comment