Compartir a través de


Paragraph Clase

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.