ReportParameter.AllowBlank Propiedad

Definición

Obtiene o establece un valor que indica si el valor de este parámetro puede ser la cadena vacía.

public:
 property bool AllowBlank { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool AllowBlank { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.AllowBlank : bool with get, set
Public Property AllowBlank As Boolean

Valor de propiedad

true, si el valor de este parámetro puede ser la cadena vacía; de lo contrario, false.

Atributos

Se aplica a