Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: ReportExecution2005.ParameterStateEnum
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.