次の方法で共有


ParagraphInstance.IsCompiled プロパティ

この ParagraphInstanceCompiledParagraphInstance かどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property IsCompiled As Boolean 
    Get
'使用
Dim instance As ParagraphInstance 
Dim value As Boolean 

value = instance.IsCompiled
public abstract bool IsCompiled { get; }
public:
virtual property bool IsCompiled {
    bool get () abstract;
}
abstract IsCompiled : bool
abstract function get IsCompiled () : boolean

プロパティ値

型: System.Boolean
この ParagraphInstanceCompiledParagraphInstance の場合は true、そうでない場合は false です。

関連項目

参照

ParagraphInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間