Freigeben über


ReportParameterInfo.Nullable-Eigenschaft

Gibt an, ob der Wert des Parameters nullein Nullverweis (Nothing in Visual Basic) sein kann.Schreibgeschützt.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public ReadOnly Property Nullable As Boolean
public bool Nullable { get; }
public:
property bool Nullable {
    bool get ();
}
member Nullable : bool with get
function get Nullable () : boolean

Eigenschaftswert

Typ: Boolean
Ein schreibgeschützter Boolean-Wert.

Siehe auch

Referenz

ReportParameterInfo Klasse

Microsoft.Reporting.WebForms-Namespace