CompiledParagraphInstance 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)


public ref class CompiledParagraphInstance sealed : ParagraphInstance

NameDescription
System_CAPS_pubpropertyCompiledTextRunInstances

Gets the parsed text runs in the compiled paragraph.

System_CAPS_pubpropertyDefinition

Gets the definition class of this ParagraphInstance.(Inherited from ParagraphInstance.)

System_CAPS_pubpropertyHangingIndent

Gets the parsed value of the HangingIndent property in a Paragraph class.(Overrides ParagraphInstance::HangingIndent.)

System_CAPS_pubpropertyIsCompiled

Indicates whether this paragraph instance is compiled from HTML tags.(Overrides ParagraphInstance::IsCompiled.)

System_CAPS_pubpropertyLeftIndent

Gets the parsed value of the LeftIndent property in a Paragraph class.(Overrides ParagraphInstance::LeftIndent.)

System_CAPS_pubpropertyListLevel

Gets the parsed value of the ListLevel property in a Paragraph class.(Overrides ParagraphInstance::ListLevel.)

System_CAPS_pubpropertyListStyle

Gets the parsed value of the ListStyle property in a Paragraph class.(Overrides ParagraphInstance::ListStyle.)

System_CAPS_pubpropertyRightIndent

Gets the parsed value of the RightIndent property in a Paragraph class.(Overrides ParagraphInstance::RightIndent.)

System_CAPS_pubpropertySpaceAfter

Gets the parsed value of the SpaceAfter property in a Paragraph class.(Overrides ParagraphInstance::SpaceAfter.)

System_CAPS_pubpropertySpaceBefore

Gets the parsed value of the SpaceBefore property in a Paragraph class.(Overrides ParagraphInstance::SpaceBefore.)

System_CAPS_pubpropertyStyle

Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present.(Overrides ReportElementInstance::Style.)

System_CAPS_pubpropertyTextRunInstances

Gets the calculated value of the TextRuns property in a Paragraph class.(Inherited from ParagraphInstance.)

System_CAPS_pubpropertyUniqueName

Gets the unique identifier of this instance object.(Overrides ParagraphInstance::UniqueName.)

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: