Compartir a través de


AllowBlank Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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

Sintaxis

'Declaración
Public Property AllowBlank As Nullable(Of Boolean)
    Get
    Set
'Uso
Dim instance As QueryParameter
Dim value As Nullable(Of Boolean)

value = instance.AllowBlank

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

Valor de la propiedad

Tipo: System. . :: . .Nullable< (Of < ( <'Boolean> ) > ) >
A Nullable<(Of <(<'T>)>)> object.