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