Freigeben über


ReportParameterInfo.Nullable-Eigenschaft

Gibt an, ob der Wert des Parameters Null sein kann. Schreibgeschützt.

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

Syntax

'Declaration
Public ReadOnly Property Nullable As Boolean
    Get
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Nullable
public bool Nullable { get; }
public:
property bool Nullable {
    bool get ();
}
member Nullable : bool
function get Nullable () : boolean

Eigenschaftswert

Typ: System.Boolean
Ein schreibgeschützter Boolean-Wert.

Siehe auch

Verweis

ReportParameterInfo Klasse

Microsoft.Reporting.WinForms-Namespace