IsCompiled プロパティ
この TextRunInstance が HTML タグからコンパイルされた CompiledTextRunInstance かどうかを示す Boolean 値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustOverride ReadOnly Property IsCompiled As Boolean
Get
'使用
Dim instance As TextRunInstance
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
この TextRunInstance が CompiledTextRunInstance の場合は true、そうでない場合は false。