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


Свойство Extension.IsModelGenerationSupported

Indicates whether this extension supports model generation.

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

Синтаксис

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

value = instance.IsModelGenerationSupported

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

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

Тип: System.Boolean
A Boolean value indicating whether this extension supports model generation.

См. также

Справочник

Extension Класс

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