CompiledParagraphInstance クラス
テキスト ランの HTML 解析から生成されたコンパイル済みの段落インスタンスを表します。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public NotInheritable Class CompiledParagraphInstance _
Inherits ParagraphInstance
'使用
Dim instance As CompiledParagraphInstance
public sealed class CompiledParagraphInstance : ParagraphInstance
public ref class CompiledParagraphInstance sealed : public ParagraphInstance
[<SealedAttribute>]
type CompiledParagraphInstance =
class
inherit ParagraphInstance
end
public final class CompiledParagraphInstance extends ParagraphInstance
CompiledParagraphInstance 型は、以下のメンバーを公開しています。
プロパティ
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
説明
1 つ以上のコンパイル済み CompiledParagraphInstance が、解析された HTML から生成されます。これには 1 つ以上のコンパイル済み CompiledTextRunInstance が含まれます。 これらのコンパイル済みインスタンス オブジェクトは、実際には定義オブジェクトと一対一で対応していません。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。