次の方法で共有


CompiledTextRunInstance クラス

テキスト ランの HTML 解析から生成されたコンパイル済みのテキスト ラン インスタンスを表します。

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
      Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
        Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance

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

構文

'宣言
Public NotInheritable Class CompiledTextRunInstance _
    Inherits TextRunInstance
'使用
Dim instance As CompiledTextRunInstance
public sealed class CompiledTextRunInstance : TextRunInstance
public ref class CompiledTextRunInstance sealed : public TextRunInstance
[<SealedAttribute>]
type CompiledTextRunInstance =  
    class 
        inherit TextRunInstance 
    end
public final class CompiledTextRunInstance extends TextRunInstance

CompiledTextRunInstance 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ActionInstance HTML タグからコンパイルされた ActionInstance オブジェクトを取得します。
パブリック プロパティ Definition この TextRunInstance の定義クラスを取得します。 (TextRunInstance から継承されています。)
パブリック プロパティ IsCompiled このテキスト ラン インスタンスが HTML タグからコンパイルされたかどうかを示します。 (TextRunInstance.IsCompiled をオーバーライドします。)
パブリック プロパティ MarkupType HTML を含む元の TextRun 定義オブジェクトの MarkupType プロパティの計算値を取得します。 (TextRunInstance.MarkupType をオーバーライドします。)
パブリック プロパティ OriginalValue 解析されたテキスト ランの文字列値を取得します。 (TextRunInstance.OriginalValue をオーバーライドします。)
パブリック プロパティ ProcessedWithError HTML の解析中にエラーが発生したかどうかを示す Boolean 値を取得します。 (TextRunInstance.ProcessedWithError をオーバーライドします。)
パブリック プロパティ Style TextRun 定義オブジェクトの計算されたスタイル、または HTML から解析されたスタイル値 (存在する場合) を取得します。 (ReportElementInstance.Style をオーバーライドします。)
パブリック プロパティ ToolTip HTML を含む元の TextRun 定義オブジェクトの ToolTip プロパティの計算値を取得します。 (TextRunInstance.ToolTip をオーバーライドします。)
パブリック プロパティ TypeCode テキスト ラン インスタンスに含まれる値の型を取得します。コンパイル済みのテキスト ランの場合は常に String です。 (TextRunInstance.TypeCode をオーバーライドします。)
パブリック プロパティ UniqueName このインスタンス オブジェクトの一意識別子を取得します。 (TextRunInstance.UniqueName をオーバーライドします。)
パブリック プロパティ Value 解析されたテキスト ランの文字列値を取得します。 (TextRunInstance.Value をオーバーライドします。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

1 つ以上のコンパイル済み CompiledParagraphInstance が、解析された HTML から生成されます。これには 1 つ以上のコンパイル済み CompiledTextRunInstance が含まれます。 これらのコンパイル済みインスタンス オブジェクトは、実際には定義オブジェクトと一対一で対応していません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間