Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.74 KB

File metadata and controls

29 lines (26 loc) · 1.74 KB
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
updatefrequency5
helpviewer_keywords
methods [Reporting Services], report parameters
parameters [Reporting Services], methods

Report parameters methods

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.

Related content