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. |
Hinweise
Use the ParameterStateEnum enumeration with the State property of the ReportParameter class.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace