ParagraphInstance.IsCompiled プロパティ
この ParagraphInstance が CompiledParagraphInstance かどうかを示す 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
この ParagraphInstance が CompiledParagraphInstance の場合は true、そうでない場合は false です。