Share via


ReportParameterInfo.State Property

Describes the state of the parameter. Read-only.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace