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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。