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.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.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.