Freigeben über


ReportParameter.State-Eigenschaft

Describes the state (ParameterStateEnum) of the parameter.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property State As ParameterStateEnum 
    Get 
    Set
'Usage
Dim instance As ReportParameter 
Dim value As ParameterStateEnum 

value = instance.State

instance.State = value
public ParameterStateEnum State { get; set; }
public:
property ParameterStateEnum State {
    ParameterStateEnum get ();
    void set (ParameterStateEnum value);
}
member State : ParameterStateEnum with get, set
function get State () : ParameterStateEnum 
function set State (value : ParameterStateEnum)

Eigenschaftswert

Typ: ReportExecution2005.ParameterStateEnum
A read-only ParameterStateEnum value.

Hinweise

The value of the property may change based on input used during the validation of the parameter through the use of the GetReportParameters method.

Siehe auch

Verweis

ReportParameter Klasse

ReportExecution2005-Namespace