Proprietà IsModelGenerationSupported
Indicates whether this extension supports model generation.
Spazio dei nomi: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
Public Property IsModelGenerationSupported As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value indicating whether this extension supports model generation.