ReportParameterInfo.State Property
Describes the state of the parameter. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property State As ParameterState
'Usage
Dim instance As ReportParameterInfo
Dim value As ParameterState
value = instance.State
public ParameterState State { get; }
public:
property ParameterState State {
ParameterState get ();
}
/** @property */
public ParameterState get_State ()
public function get State () : ParameterState
Property Value
A read-only ParameterState value.
Remarks
The value of the property may change based on input used during the validation of the parameter through the use of the GetParameters method.
See Also
Reference
ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WinForms Namespace