Calling Reports via URL
I found this nice website that shows some tricks when calling a report from a report services engine. Here is the summary:
To call a report directly you can use http://SERVERNAME/ReportServer/?%DIRECTORYNAME%REPORTNAME&rs:Command=Render
This will prompt you with a parameter. To pass the parameter and hide the question for the user tac on
&PARAMETER=PARAMETERVALUE&rc:Parameters=false
Hide the toolbar? Add:
&rc:Toolbar=false
Set it to automatically open to excel or acrobat?
&rs:Format=Excel
or
&rs:Format=PDF
NOTE THE ADDITION TO THIS DISCUSSION LOCATED HERE
Advertisement
