ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderParagraph Class / RenderParagraph Constructor / RenderParagraph Constructor(Font)
The default font for the current paragraph.

In This Topic
    RenderParagraph Constructor(Font)
    In This Topic
    Initializes a new instance of the RenderParagraph class, specifying a System.Drawing.Font to use.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As System.Drawing.Font _
    )
    public RenderParagraph( 
       System.Drawing.Font font
    )

    Parameters

    font
    The default font for the current paragraph.
    See Also