I am using SSRS (2008R2) Url Access to render reports in a web application. I need to specify the format of the report, and am able to successfully do so using the rs:Format= option, so long as the report doesn't have any required parameters that need to be specified.
If the report requires the user to enter a parameter, it fails. If I then remove the rs:Format option from the URL, the report's parameter page will come up fine and if I make selections, the report will render.
My URL Access URL looks like this: https://www.imnottelling.com/ReportServer_SQL2008R2/Pages/ReportViewer.aspx?/AppReports/Cool+Report&rs:Command=Render&rc:LinkTarget=main
Note that the error message I receive when attempting this tells me that a parameter is missing, which varies, depending on the report that is attempted to run.
This leads me to believe that either (A) this is not supported or (B) I'm missing something in my URL.
Any help would be greatly appreciated.