Interview Question in SQL Server Reporting Services (SSRS)
Interview Question :: In MS SQL Server 2005 Reporting Services, how do I use parameters/filters
I am trying to use only a select set of values in my report from a particular table in the database I am using, as opposed to the entire list of values from the table. How would I use either parameters or filters to do that in MS SQL Server 2005 Reporting Services?

Loading ...