SQL Server Reporting Service programming issue
https://stackoverflow.com/questions/932451
Question
I understand how to manully connect to a SQL Server data source and input SQL statement to generate/publish a report on the web. My question is, I want end user to input some parameter values, then use such parameter values as SQL statement parameter values (e.g. using end user input time range as SQL statement parameters) -- then generating report based on such parameters dynamically. I am looking for any related samples/documents. Any recommendations?
thanks in advance, George
Solution
If you have parameters set up they will be requested in report manager.
Here is a tutorial
OTHER TIPS
I believe you are looking for report parameters.
A pretty good tutorial on the subject can be found at this site.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow