Свойство DataSourceDefinition.Enabled

Indicates whether a data source is enabled.

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

Синтаксис

'Декларация
Public Property Enabled As Boolean 
    Get 
    Set
'Применение
Dim instance As DataSourceDefinition 
Dim value As Boolean 

value = instance.Enabled

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

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

Тип: System.Boolean
A Boolean value indicating whether a data source is enabled.

Замечания

The default value is true.

When set to false, the Report Server does not execute any items associated with the data source.

См. также

Справочник

DataSourceDefinition Класс

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