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 parameter values are unavailable. This state indicates that no valid, query-based values were returned as a result of the query.

HasOutstandingDependencies 2

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(String, String, Boolean, ParameterValue[], DataSourceCredentials[]) method.

HasValidValue 0

A valid value for the parameter exists.

MissingValidValue 1

A valid value for the parameter does not exist.

Remarks

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

Applies to