ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderParagraph Class / Text Property

In This Topic
    Text Property (RenderParagraph)
    In This Topic
    Gets or sets the text of the current paragraph.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    Remarks

    The getter for this property concatenates and returns the texts of all ParagraphText objects in the current paragraph.

    The setter clears the Content of the current paragraph, and then adds the specified value as a single ParagraphText.

    See Also