Specifies the state of a parameter.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum ParameterStateEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration ParameterStateEnum |
| Visual C++ |
|---|
public enum class 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. | |
| HasValidValue | A valid value for the parameter exists. | |
| MissingValidValue | A valid value for the parameter does not exist. |