CompiledRichTextInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a compiled paragraph instance generated from parsing HTML in a text run.
public ref class CompiledRichTextInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public sealed class CompiledRichTextInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type CompiledRichTextInstance = class
inherit BaseInstance
Public NotInheritable Class CompiledRichTextInstance
Inherits BaseInstance
- Inheritance
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.
Properties
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. |
Methods
ResetInstanceCache() |
Resets the instance cache. (Inherited from BaseInstance) |