Partilhar via


Propriedade ReportParameterInfo.State

Describes the state of the parameter. Read-only.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property State As ParameterState
public ParameterState State { get; }
public:
property ParameterState State {
    ParameterState get ();
}
member State : ParameterState with get
function get State () : ParameterState

Valor de propriedade

Tipo: Microsoft.Reporting.WinForms.ParameterState
A read-only ParameterState value.

Comentários

The value of the property may change based on input used during the validation of the parameter through the use of the GetParameters method.

Consulte também

Referência

ReportParameterInfo Classe

Namespace Microsoft.Reporting.WinForms