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
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Nullable
public bool Nullable { get; }
public:
bool Nullable {
    bool get ();
}
/** @property */
public boolean get_Nullable ()
public function get Nullable () : boolean

Eigenschaftenwert

Ein schreibgeschützter Boolean-Wert.

Siehe auch

Referenz

ReportParameterInfo-Klasse
ReportParameterInfo-Member
Microsoft.Reporting.WinForms-Namespace