CompiledRichTextInstance Class

Definition

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
CompiledRichTextInstance

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)

Applies to