CompiledParagraphInstance Class

Definition

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

public ref class CompiledParagraphInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::ParagraphInstance
public sealed class CompiledParagraphInstance : Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
type CompiledParagraphInstance = class
    inherit ParagraphInstance
Public NotInheritable Class CompiledParagraphInstance
Inherits ParagraphInstance
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.

Fields

m_reportElementDef

Specifies the report element definition that defines this instance.

(Inherited from ReportElementInstance)
m_style

Specifies the style properties of this report element object.

(Inherited from ReportElementInstance)
m_textRunInstances

Specifies the text runs in the paragraph.

(Inherited from ParagraphInstance)
m_uniqueName

Specifies the unique identifier of this paragraph instance.

(Inherited from ParagraphInstance)

Properties

CompiledTextRunInstances

Gets the parsed text runs in the compiled paragraph.

Definition

Gets the definition class of this ParagraphInstance.

(Inherited from ParagraphInstance)
HangingIndent

Gets the parsed value of the HangingIndent property in a Paragraph class.

IsCompiled

Indicates whether this paragraph instance is compiled from HTML tags.

LeftIndent

Gets the parsed value of the LeftIndent property in a Paragraph class.

ListLevel

Gets the parsed value of the ListLevel property in a Paragraph class.

ListStyle

Gets the parsed value of the ListStyle property in a Paragraph class.

RightIndent

Gets the parsed value of the RightIndent property in a Paragraph class.

SpaceAfter

Gets the parsed value of the SpaceAfter property in a Paragraph class.

SpaceBefore

Gets the parsed value of the SpaceBefore property in a Paragraph class.

Style

Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present.

TextRunInstances

Gets the calculated value of the TextRuns property in a Paragraph class.

(Inherited from ParagraphInstance)
UniqueName

Gets the unique identifier of this instance object.

Methods

ResetInstanceCache()

Resets the cache of the ParagraphInstance.

(Inherited from ParagraphInstance)

Applies to