Свойство EnableEventArgs.Enabled

Indicates whether an IQueryDesigner should be enabled.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборка:  Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)

Синтаксис

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

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

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

Тип: System.Boolean
true to enable the IQueryDesigner; false to disable the IQueryDesigner.

См. также

Справочник

EnableEventArgs Класс

Пространство имен Microsoft.ReportingServices.Interfaces