Partager via


Propriété ReportParameterInfo.AllowBlank

Indique si une chaîne vide est une valeur valide pour le paramètre. En lecture seule.

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

Syntaxe

'Déclaration
Public ReadOnly Property AllowBlank As Boolean
    Get
'Utilisation
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.AllowBlank
public bool AllowBlank { get; }
public:
property bool AllowBlank {
    bool get ();
}
member AllowBlank : bool
function get AllowBlank () : boolean

Valeur de propriété

Type : System.Boolean
Valeur Boolean en lecture seule.

Notes

La propriété AllowBlank est ignorée si la valeur de la propriété DataType n'est pas une chaîne.

Voir aussi

Référence

ReportParameterInfo Classe

Espace de noms Microsoft.Reporting.WinForms