Classe Paragraph
Represents a paragraph of text within a text box and contains a collection of TextRun elements.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class Paragraph _
Inherits ReportElement _
Implements IParagraphProps
'Uso
Dim instance As Paragraph
public class Paragraph : ReportElement, IParagraphProps
public ref class Paragraph : public ReportElement,
IParagraphProps
type Paragraph =
class
inherit ReportElement
interface IParagraphProps
end
public class Paragraph extends ReportElement implements IParagraphProps
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
Microsoft.ReportingServices.RdlObjectModel..::..Paragraph
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.