I have a report on our server which can accept Report parameters with which to search our database... like so.
http://Server/ReportServer?/Detail%20Reports/Person%20Details[
&SSN=<SSN as String>
&LASTNAME=<LASTNAME as String>
&FIRSTNAME=<FIRSTNAME as String>
&MIDDLENAME=<MIDDLENAME as String>
&DOB=<DOB as DateTime>
]&rs:Command=Render
The thing I'm wondering is when I pass:
http://Server/ReportServer?/Detail%20Reports/Person%20Details&SSN=444-44-4444&rs:Command=Render
The report does not automagicklly search, instead it come up in a browser with the parameters filled in and waits for you to press the "View Report" button. Is it possble to force it past that step into the actual report?
Change the definition of your parameters in your report and give all the parameters a default so that when you browse to the report in Report Manager it automatically runs. Then the second URL you mention above should work as you want.|||
OK, that makes sense... I'll have to mess around with it and see what I can come up with.
Thanks for the response!
No comments:
Post a Comment