IsModelGenerationSupported プロパティ
この拡張機能がモデル生成をサポートするかどうかを示します。
名前空間: 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
この拡張機能がモデル生成をサポートするかどうかを示す Boolean 値です。