Classe Paragraph
Represents a paragraph of text within a text box and contains a collection of TextRun elements.
Hierarquia de herança
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 (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class Paragraph _
Inherits ReportElement
'Uso
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
O tipo Paragraph expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Paragraph | Creates a new instance of the Paragraph class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
_HangingIndent | Infraestrutura. Get or sets a value that indicates the first line indent or hanging line indent for the paragraph. | |
_LeftIndent | Infraestrutura. Gets or sets the indentation from the left edge of the Textbox, less left padding. | |
_ListLevel | Infraestrutura. Gets or sets a value that indicates the numbering style and/or indentation level. | |
_ListStyle | Infraestrutura. Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type. | |
_RightIndent | Infraestrutura. Gets or sets the indentation from the right edge of the text box, less right padding. | |
_SpaceAfter | Infraestrutura. Gets or sets the spacing after the paragraph. | |
_SpaceBefore | Infraestrutura. Gets or sets the spacing before the paragraph. | |
_TextAlign | Infraestrutura. Gets or sets the text alignment. | |
ComponentMetadata | Gets or sets the component metadata. (Herdado de 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. (Herdado de ReportObjectBase.) | |
RightIndent | Gets or sets the indentation from the right edge of the text box, less right padding. | |
Site | Infraestrutura. Gets or sets the site associated with the ReportObject object. (Herdado de 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. (Herdado de ReportElement.) | |
TextRuns | Gets or sets the text runs in the paragraph. |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. Returns the list of report object that contains data scopes. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. Returns the data scopes for default implementation. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. Returns the dependencies core for the ReportObject object. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes an instance of the Paragraph class. (Substitui ReportObject.Initialize().) | |
InitializeForDesigner | Infraestrutura. Initializes an instance of the ReportElement class for the designer. (Herdado de ReportElement.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. Raises an event when the property of the child was changed. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. Raises an event when the property was changed. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. Returns whether the report definition language semantic is the same with the core object. (Herdado de ReportObject.) | |
SavePropertyValue<T> | Infraestrutura. Saves the property value of the report object. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable.Dispose | Infraestrutura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de ReportObject.) | |
IComponent.Disposed | Infraestrutura. Occurs when the ReportObject object is disposed. (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.