Udostępnij za pośrednictwem


Właściwość QueryParameter.AllowBlank

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property AllowBlank As Nullable(Of Boolean)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Nullable<Boolean>
A Nullable<T> obiektu.