次の方法で共有


TextRunInstance.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
この TextRunInstanceCompiledTextRunInstance の場合は true、そうでない場合は false。

関連項目

参照

TextRunInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間