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.
Propriedades
Nome | Descrição | |
---|---|---|
_HangingIndent | Infraestrutura. | |
_LeftIndent | Infraestrutura. | |
_ListLevel | Infraestrutura. | |
_ListStyle | Infraestrutura. | |
_RightIndent | Infraestrutura. | |
_SpaceAfter | Infraestrutura. | |
_SpaceBefore | Infraestrutura. | |
_TextAlign | Infraestrutura. | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
HangingIndent | Indicates the first line indent or hanging line indent for the paragraph. | |
LeftIndent | Indentation from the left edge of the Textbox, less left padding. | |
ListLevel | Indicates the numbering style and/or indentation level. | |
ListStyle | Indicates whether this paragraph is part of a list, and identifies the numbering type. | |
ParagraphNumber | The paragraph number. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
RightIndent | Indentation from the right edge of the text box, less right padding. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
SpaceAfter | Spacing after the paragraph. | |
SpaceBefore | Spacing before the paragraph. | |
Style | Gets the style properties of this report definition object. (Herdado de ReportElement.) | |
TextRuns | Gets 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. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes an instance of the Paragraph class. (Substitui ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infraestrutura. (Herdado de ReportElement.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .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.