CompiledParagraphInstance Class

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)

Syntax

'Declaration
Public NotInheritable Class CompiledParagraphInstance _
    Inherits ParagraphInstance
'Usage
Dim instance As CompiledParagraphInstance
public sealed class CompiledParagraphInstance : ParagraphInstance
public ref class CompiledParagraphInstance sealed : public ParagraphInstance
[<SealedAttribute>]
type CompiledParagraphInstance =  
    class
        inherit ParagraphInstance
    end
public final class CompiledParagraphInstance extends ParagraphInstance

The CompiledParagraphInstance type exposes the following members.

Properties

  Name Description
Public property CompiledTextRunInstances Gets the parsed text runs in the compiled paragraph.
Public property Definition Gets the definition class of this ParagraphInstance. (Inherited from ParagraphInstance.)
Public property HangingIndent Gets the parsed value of the HangingIndent property in a Paragraph class. (Overrides ParagraphInstance.HangingIndent.)
Public property IsCompiled Indicates whether this paragraph instance is compiled from HTML tags. (Overrides ParagraphInstance.IsCompiled.)
Public property LeftIndent Gets the parsed value of the LeftIndent property in a Paragraph class. (Overrides ParagraphInstance.LeftIndent.)
Public property ListLevel Gets the parsed value of the ListLevel property in a Paragraph class. (Overrides ParagraphInstance.ListLevel.)
Public property ListStyle Gets the parsed value of the ListStyle property in a Paragraph class. (Overrides ParagraphInstance.ListStyle.)
Public property RightIndent Gets the parsed value of the RightIndent property in a Paragraph class. (Overrides ParagraphInstance.RightIndent.)
Public property SpaceAfter Gets the parsed value of the SpaceAfter property in a Paragraph class. (Overrides ParagraphInstance.SpaceAfter.)
Public property SpaceBefore Gets the parsed value of the SpaceBefore property in a Paragraph class. (Overrides ParagraphInstance.SpaceBefore.)
Public property Style 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.)
Public property TextRunInstances Gets the calculated value of the TextRuns property in a Paragraph class. (Inherited from ParagraphInstance.)
Public property UniqueName Gets the unique identifier of this instance object. (Overrides ParagraphInstance.UniqueName.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ResetInstanceCache Infrastructure. (Inherited from ParagraphInstance.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_reportElementDef Infrastructure. (Inherited from ReportElementInstance.)
Protected field m_style Infrastructure. (Inherited from ReportElementInstance.)
Protected field m_textRunInstances Infrastructure. (Inherited from ParagraphInstance.)
Protected field m_uniqueName Infrastructure. (Inherited from ParagraphInstance.)

Top

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.