CompiledRichTextInstance Class

 

Updated: February 25, 2016

Represents a compiled paragraph instance generated from parsing HTML in a text run.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering::CompiledRichTextInstance

public ref class CompiledRichTextInstance sealed : BaseInstance

NameDescription
System_CAPS_pubpropertyCompiledParagraphInstances

Gets the compiled paragraphs.

System_CAPS_pubpropertyParseErrorOccured

Gets a value that indicates whether a parse error has occurred.

System_CAPS_pubpropertyUniqueName

Gets the unique name of the instance object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: