Udostępnij za pośrednictwem


Właściwość Extension.IsModelGenerationSupported

Pobiera wartość, która wskazuje, czy to rozszerzenie obsługuje generowania modelu.

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

Składnia

'Deklaracja
Public Property IsModelGenerationSupported As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
TRUE , gdy rozszerzenie obsługuje generowania modelu; w przeciwnym razie false.