Condividi tramite


Proprietà ReportParameterInfo.Nullable

Indica se il valore del parametro può essere nullriferimento Null (Nothing in Visual Basic).. Di sola lettura.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Nullable As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
Valore Boolean di sola lettura.

Vedere anche

Riferimento

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WinForms