Propriedade do RDL AllowBlank

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 da propriedade

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