Using Report (Reporting Services) parameter values in ASP.NET page
- by noup
I have a report (Reporting Services) integrated into an ASP.NET that shows dropdownlists to select report parameter values. The dropdownlists are populated using direct database selects, though I see the report RDL files do contain the paramter values and datasets as defined in the report designer.
Is it possible to obtain the report parameters…