ReportParameter.State Property

Definition

Gets or sets a value that describes the state (ParameterStateEnum) of the parameter.

public:
 property ReportService2006::ParameterStateEnum State { ReportService2006::ParameterStateEnum get(); void set(ReportService2006::ParameterStateEnum value); };
public ReportService2006.ParameterStateEnum State { get; set; }
member this.State : ReportService2006.ParameterStateEnum with get, set
Public Property State As ParameterStateEnum

Property Value

A ParameterStateEnum value.

Remarks

The value of this property may change based on input during the validation of the parameter by the GetReportParameters method.

A valid value for this property may be one of the following:

  • HasValidValue –A valid value for the parameter exists.

  • MissingValidValue – A valid value for the parameter does not exist.

  • HasOutstandingDependencies – This parameter's default/valid value(s) cannot be determined because they depend on another parameter. Specify the value for all dependent parameters before setting the value of this parameter.

Applies to