Partilhar via


Propriedade do RDL QueryParameter.AllowBlank

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

Gets or sets a value that indicates whether to allow empty value in the parameter.

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<Boolean>
A Nullable<T> object.

Consulte também

Referência

QueryParameter Classe

Namespace Microsoft.ReportingServices.RdlObjectModel