Freigeben über


Paragraph-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ReportElement
        Microsoft.ReportingServices.RdlObjectModel.Paragraph

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class Paragraph _
    Inherits ReportElement
'Usage
Dim instance As Paragraph
public class Paragraph : ReportElement
public ref class Paragraph : public ReportElement
type Paragraph =  
    class 
        inherit ReportElement 
    end
public class Paragraph extends ReportElement

Der Paragraph-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Paragraph Creates a new instance of the Paragraph class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft _HangingIndent Infrastruktur Get or sets a value that indicates the first line indent or hanging line indent for the paragraph.
Öffentliche Eigenschaft _LeftIndent Infrastruktur Gets or sets the indentation from the left edge of the Textbox, less left padding.
Öffentliche Eigenschaft _ListLevel Infrastruktur Gets or sets a value that indicates the numbering style and/or indentation level.
Öffentliche Eigenschaft _ListStyle Infrastruktur Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type.
Öffentliche Eigenschaft _RightIndent Infrastruktur Gets or sets the indentation from the right edge of the text box, less right padding.
Öffentliche Eigenschaft _SpaceAfter Infrastruktur Gets or sets the spacing after the paragraph.
Öffentliche Eigenschaft _SpaceBefore Infrastruktur Gets or sets the spacing before the paragraph.
Öffentliche Eigenschaft _TextAlign Infrastruktur Gets or sets the text alignment.
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft HangingIndent Get or sets a value that indicates the first line indent or hanging line indent for the paragraph.
Öffentliche Eigenschaft LeftIndent Gets or sets the indentation from the left edge of the Textbox, less left padding.
Öffentliche Eigenschaft ListLevel Gets or sets a value that indicates the numbering style and/or indentation level.
Öffentliche Eigenschaft ListStyle Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type.
Öffentliche Eigenschaft ParagraphNumber Gets or sets the paragraph number.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft RightIndent Gets or sets the indentation from the right edge of the text box, less right padding.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Eigenschaft SpaceAfter Gets or sets the spacing after the paragraph.
Öffentliche Eigenschaft SpaceBefore Gets or sets the spacing before the paragraph.
Öffentliche Eigenschaft Style Gets the style properties of this report definition object. (Geerbt von ReportElement.)
Öffentliche Eigenschaft TextRuns Gets or sets the text runs in the paragraph.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur Returns the dependencies core for the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes an instance of the Paragraph class. (Überschreibt ReportObject.Initialize().)
Geschützte Methode InitializeForDesigner Infrastruktur Initializes an instance of the ReportElement class for the designer. (Geerbt von ReportElement.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur Returns whether the report definition language semantic is the same with the core object. (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace