Partager via


Propriété ReportParameterInfo.Nullable

Indique si le paramètre peut avoir la valeur nullune référence Null (Nothing dans Visual Basic). En lecture seule.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Nullable As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
Valeur Boolean en lecture seule.

Voir aussi

Référence

ReportParameterInfo Classe

Espace de noms Microsoft.Reporting.WinForms