ParagraphInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ParagraphInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstance
public abstract class ParagraphInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
type ParagraphInstance = class
inherit ReportElementInstance
Public MustInherit Class ParagraphInstance
Inherits ReportElementInstance
- Inheritance
- Derived
Constructors
ParagraphInstance(ReportElement) |
Initializes a new instance of the ParagraphInstance class. |
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. |
m_uniqueName |
Specifies the unique identifier of this paragraph instance. |
Properties
Definition |
Gets the definition class of this ParagraphInstance. |
HangingIndent |
Gets the calculated value of the HangingIndent property in a Paragraph class. |
IsCompiled |
Gets a |
LeftIndent |
Gets the calculated value of the LeftIndent property in a Paragraph class. |
ListLevel |
Gets the calculated value of the ListLevel property in a Paragraph class. |
ListStyle |
Gets the calculated value of the ListStyle property in a Paragraph class. |
RightIndent |
Gets the calculated value of the RightIndent property in a Paragraph class. |
SpaceAfter |
Gets the calculated value of the SpaceAfter property in a Paragraph class. |
SpaceBefore |
Gets the calculated value of the SpaceBefore property in a Paragraph class. |
Style |
Gets the calculated value of the Style property in a ReportElement class. (Inherited from ReportElementInstance) |
TextRunInstances |
Gets the calculated value of the TextRuns property in a Paragraph class. |
UniqueName |
Gets the unique identifier of this instance object. |
Methods
ResetInstanceCache() |
Resets the cache of the ParagraphInstance. |