ReportingService2010.ListParameterStates Method
Returns a list of supported parameter states.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParameterStates", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] public string[] ListParameterStates()
Return Value
Type: System.String[]An array of String objects that represent the supported parameter states.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
The following parameter states are supported.
Parameter State | Description |
|---|---|
DynamicValuesUnavailable | The parameter values are unavailable. This state indicates that no valid, query-based values are returned as a result of the query. |
HasOutstandingDependencies | The parameter has outstanding dependencies. This generally occurs when the valid values or the default value of a parameter is query-based and dependencies exist that have not been submitted to the GetItemParameters method. |
HasValidValue | A valid value for the parameter exists. |
MissingValidValue | A valid value for the parameter does not exist. |
