Proprietà State
Describes the state (ParameterStateEnum) of the parameter.
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
Public Property State As ParameterStateEnum
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: ReportExecution2005. . :: . .ParameterStateEnum
A read-only ParameterStateEnum value.
Osservazioni
The value of the property may change based on input used during the validation of the parameter through the use of the GetReportParameters method.