Paragraph Class

Definition

Represents a paragraph of text within a text box, and contains a collection of TextRun elements.

public ref class Paragraph abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElement
public abstract class Paragraph : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
type Paragraph = class
    inherit ReportElement
Public MustInherit Class Paragraph
Inherits ReportElement
Inheritance
Paragraph

Fields

m_indexIntoParentCollectionDef

Specifies the index of the report definition into the collection of report definition object’s parent.

m_instance

Specifies the ParagraphInstance which contains the instance of the Paragraph class.

m_isOldSnapshot

Specifies whether to use the old snapshot of the report element.

(Inherited from ReportElement)
m_listLevel

Specifies the numbering style and/or indentation level.

m_listStyle

Specifies the collection of list style properties.

m_parentDefinitionPath

Specifies the path to report definition object's parent in the report definition.

(Inherited from ReportElement)
m_style

Specifies the style properties of this report definition object.

(Inherited from ReportElement)
m_textBox

Specifies the text box in which the paragraph is contained.

m_textRunCollection

Specifies the text runs in the paragraph.

Properties

DefinitionPath

Gets the path to this report definition object in the report definition.

HangingIndent

Gets an expression that evaluates to a value that indicates the first line indent or hanging line indent for the paragraph.

ID

Gets the unique identifier for this report definition object.

(Inherited from ReportElement)
Instance

Gets the report instance object that contains the calculated values of this report definition object.

LeftIndent

Gets an expression that evaluates to the indentation from the left edge of the Textbox, less the left padding.

ListLevel

Gets an expression that evaluates to the numbering style and/or indentation level.

ListStyle

Gets an expression that evaluates to a value that indicates whether this paragraph is part of a list, and identifies the numbering type.

ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

(Inherited from ReportElement)
RightIndent

Gets an expression that evaluates to the indentation from the right edge of the Textbox, less the right padding.

SpaceAfter

Gets an expression that evaluates to the spacing after the paragraph.

SpaceBefore

Gets an expression that evaluates to the spacing before the paragraph.

Style

Gets the style properties of this report definition object.

(Inherited from ReportElement)
TextRuns

Gets the text runs in the paragraph.

Applies to