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.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.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.
Notes
La propriété AllowBlank est ignorée si la valeur de la propriété DataType n'est pas une chaîne.