Share via


Paragraph Class

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 (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class Paragraph _
    Inherits ReportElement _
    Implements IParagraphProps
'Usage
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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.