ReportParameter.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the state (ParameterStateEnum) of the parameter.
public:
property ReportExecution2005::ParameterStateEnum State { ReportExecution2005::ParameterStateEnum get(); void set(ReportExecution2005::ParameterStateEnum value); };
public ReportExecution2005.ParameterStateEnum State { get; set; }
member this.State : ReportExecution2005.ParameterStateEnum with get, set
Public Property State As ParameterStateEnum
Property Value
A read-only ParameterStateEnum value.
Remarks
The value of the property may change based on input used during the validation of the parameter through the use of the GetReportParameters method.