Compartir a través de


ReportParameter.AllowBlank Propiedad

Gets or sets a value that indicates whether the value for this parameter is allowed to be the empty string.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property AllowBlank As Boolean 
    Get 
    Set
'Uso
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.AllowBlank

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

Valor de la propiedad

Tipo: System.Boolean
true if the value for this parameter is allowed to be the empty string; otherwise, false.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel