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.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Boolean
Valore Boolean di sola lettura.

Vedere anche

Riferimenti

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms