Udostępnij za pośrednictwem


Właściwość Subscription.IsDataDriven

Pobiera wartość wskazująca, czy subskrypcja jest oparta na danych.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property IsDataDriven As Boolean
    Get
    Set
'Użycie
Dim instance As Subscription
Dim value As Boolean

value = instance.IsDataDriven

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

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli subskrypcja jest oparta na danych; w przeciwnym razie false.