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

public ParameterState State { get; }
public:
property ParameterState State {
    ParameterState get();
}
member State : ParameterState with get
Public ReadOnly Property State As ParameterState

Property Value

Type: Microsoft.Reporting.WinForms.ParameterState

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

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top