ParameterStateEnum Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the state of a parameter.
Syntax
'Declaration
Public Enumeration ParameterStateEnum
public enum ParameterStateEnum
public enum class ParameterStateEnum
public enum ParameterStateEnum
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.
Target Platforms
See Also
Reference
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace