| title | Report parameters methods | ||
|---|---|---|---|
| description | These methods get and set parameter properties for an item and validate parameter values, get supported parameter states, and get parameter types. | ||
| ms.date | 09/25/2024 | ||
| ms.service | reporting-services | ||
| ms.subservice | report-server-web-service | ||
| ms.topic | reference | ||
| ms.custom |
|
||
| helpviewer_keywords |
|
You can use these methods to set and retrieve parameters for reports.
| Method | Action |
|---|---|
| xref:ReportService2010.ReportingService2010.GetItemParameters%2A | Returns parameter properties for a specified item. This method can also be used to validate parameter values against parameters for a specified item. |
| xref:ReportService2010.ReportingService2010.ListParameterStates%2A | Returns a list of supported parameter states. |
| xref:ReportService2010.ReportingService2010.ListParameterTypes%2A | Returns a list of supported parameter types. |
| xref:ReportService2010.ReportingService2010.SetItemParameters%2A | Sets parameter properties for a specified item. |