URL Parameters Used in Reporting Services
This article shows you some of the most common reporting parameters to use in Microsoft SQL Server Reporting Services.
When you go to the http://reportserver/reportserver/foldername/reportname
The last command in the url is &rs:Command=Render
You can add some other commands as follows:
&rc:Parameters=Collapsed
&rc:Parameters=true
&rc:Parameters=false
&rc:toolbar=false
&rc:format=PDF
&rs:Format=EXCEL&rc:OmitFormulas=true
rs:ClearSession=true
* This is a very important parameter to know as more often than not, the report data doesn’t update immediately unless parameters are changed, and your report may show cached data if this is not set.
&rc:StyleSheet=MyCustomStyle
ReportServer Parameters:
If you add ?/FolderName/ReportName after the http://servername/reportserver you can run the report.
The same applies if you want to list the reports, then just type ?/FolderName after the http://servername/reportserver.
This is commonly used when the user only has permissions at the folder level, not the root level.
Attachments:
Disclaimer: This information is provided as is. It is intended as a guide only and should not be relied on in production unless extensive testing has been done.
Tom Bizannes (B.Business, MCP)
Microsoft Certified Professional
http://www.smartbiz.com.au
Specialising in:
Microsoft SQL Server Reporting Services
Microsoft SQL Server Programming
Microsoft Access Databases
ASP.Net applications











