CompiledTextRunInstance Class
Represents a compiled text run instance generated from parsing HTML in a text run.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CompiledTextRunInstance _
Inherits TextRunInstance _
Implements ICompiledTextRunInstance
'Usage
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
Remarks
One or more compiled CompiledParagraphInstance is generated from a parsed HTML, which in turn contains one or more compiled CompiledTextRunInstance. These compiled instance objects do not really have a one-to-one correspondence with definition objects.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.