Поделиться через


Свойство Subscription.IsDataDriven

Gets a value that indicates whether the subscription is data-driven.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Property IsDataDriven As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Boolean
true if the subscription is data-driven; otherwise, false.

См. также

Справочник

Subscription Класс

Пространство имен ReportService2006