ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphText Class / ParagraphText Constructor / ParagraphText Constructor(String,Font)
A string assigned to the Text property of the current object.
The font to use.

In This Topic
    ParagraphText Constructor(String,Font)
    In This Topic
    Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal font As System.Drawing.Font _
    )
    public ParagraphText( 
       System.string text,
       System.Drawing.Font font
    )

    Parameters

    text
    A string assigned to the Text property of the current object.
    font
    The font to use.
    See Also