ParameterStateEnum Enum

Definition

Enumerates the state of a parameter.

public enum class ParameterStateEnum
public enum ParameterStateEnum
type ParameterStateEnum = 
Public Enum ParameterStateEnum
Inheritance
ParameterStateEnum

Fields

DynamicValuesUnavailable 3

The dynamic values of the parameter is unavailable.

HasOutstandingDependencies 2

The parameter has outstanding dependencies.

HasValidValue 0

The parameter has valid value.

MissingValidValue 1

The missing valid value of the parameter.

Remarks

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

Applies to