CompiledRichTextInstance Class
Updated: February 25, 2016
Represents a compiled paragraph instance generated from parsing HTML in a text run.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering::CompiledRichTextInstance
| Name | Description | |
|---|---|---|
![]() | CompiledParagraphInstances | Gets the compiled paragraphs. |
![]() | ParseErrorOccured | Gets a value that indicates whether a parse error has occurred. |
![]() | UniqueName | Gets the unique name of the instance object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

