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