ParameterStateEnum Enumeration

Specifies the state of a parameter.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration ParameterStateEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum ParameterStateEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum class ParameterStateEnum
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
public enum ParameterStateEnum
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
public enum ParameterStateEnum

Members

Member name Description
DynamicValuesUnavailable The parameter values are unavailable. This state indicates that no valid, query-based values were 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 GetReportParameters method.
HasValidValue A valid value for the parameter exists.
MissingValidValue A valid value for the parameter does not exist.

Remarks

Use the ParameterStateEnum enumeration with the State property of the ReportParameter class.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace