Compartir a través de


ReportParameter.AllowBlankSpecified Propiedad

Indicates that the AllowBlank property has been specified.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

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

value = instance.AllowBlankSpecified

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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres ReportExecution2005