Paragraph 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.
Represents a paragraph of text within a text box and contains a collection of TextRun elements.
public ref class Paragraph : Microsoft::ReportingServices::RdlObjectModel::ReportElement
public class Paragraph : Microsoft.ReportingServices.RdlObjectModel.ReportElement
type Paragraph = class
inherit ReportElement
Public Class Paragraph
Inherits ReportElement
- Inheritance
Constructors
Paragraph() |
Creates a new instance of the Paragraph class. |
Properties
_HangingIndent |
Get or sets a value that indicates the first line indent or hanging line indent for the paragraph. |
_LeftIndent |
Gets or sets the indentation from the left edge of the Textbox, less left padding. |
_ListLevel |
Gets or sets a value that indicates the numbering style and/or indentation level. |
_ListStyle |
Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type. |
_RightIndent |
Gets or sets the indentation from the right edge of the text box, less right padding. |
_SpaceAfter |
Gets or sets the spacing after the paragraph. |
_SpaceBefore |
Gets or sets the spacing before the paragraph. |
_TextAlign |
Gets or sets the text alignment. |
ComponentMetadata |
Gets or sets the component metadata. (Inherited from ReportObject) |
HangingIndent |
Get or sets a value that indicates the first line indent or hanging line indent for the paragraph. |
LeftIndent |
Gets or sets the indentation from the left edge of the Textbox, less left padding. |
ListLevel |
Gets or sets a value that indicates the numbering style and/or indentation level. |
ListStyle |
Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type. |
ParagraphNumber |
Gets or sets the paragraph number. |
Parent |
The parent of this report object. (Inherited from ReportObjectBase) |
RightIndent |
Gets or sets the indentation from the right edge of the text box, less right padding. |
Site |
Gets or sets the site associated with the ReportObject object. (Inherited from ReportObject) |
SpaceAfter |
Gets or sets the spacing after the paragraph. |
SpaceBefore |
Gets or sets the spacing before the paragraph. |
Style |
Gets the style properties of this report definition object. (Inherited from ReportElement) |
TextRuns |
Gets or sets the text runs in the paragraph. |
Methods
DeepClone() |
Returns a deep clone of this ReportObject instance. (Inherited from ReportObject) |
GetContainingDataScopes() |
Returns the list of report object that contains data scopes. (Inherited from ReportObject) |
GetDataScopesForDefaultImpl(IContainedObject) |
Returns the data scopes for default implementation. (Inherited from ReportObject) |
GetDependenciesCore(IList<ReportObject>) |
Returns the dependencies core for the ReportObject object. (Inherited from ReportObject) |
Initialize() |
Initializes an instance of the Paragraph class. |
InitializeForDesigner() |
Initializes an instance of the ReportElement class for the designer. (Inherited from ReportElement) |
OnChildPropertyChanged(Int32, Object, Object) |
Raises an event when the property of the child was changed. (Inherited from ReportObject) |
OnPropertyChanged(Int32, Object, Object) |
Raises an event when the property was changed. (Inherited from ReportObject) |
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>) |
Returns whether the report definition language semantic is the same with the core object. (Inherited from ReportObject) |
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) |
Saves the property value of the report object. (Inherited from ReportObject) |
Explicit Interface Implementations
IComponent.Disposed |
Occurs when the ReportObject object is disposed. (Inherited from ReportObject) |
IDisposable.Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ReportObject) |