ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Page Class / Draw Method / Draw(Graphics,Boolean,Boolean) Method
The System.Drawing.Graphics to draw on.
Indicates whether to draw input controls (see RenderInputBase).
Indicates whether to draw metafile comments, like outlines, hyperlinks etc.

In This Topic
    Draw(Graphics,Boolean,Boolean) Method
    In This Topic
    Draws the current page on a System.Drawing.Graphics.
    Syntax
    'Declaration
     
    Public Overloads Sub Draw( _
       ByVal graphics As System.Drawing.Graphics, _
       ByVal renderInputControls As System.Boolean, _
       ByVal writeMetafileComments As System.Boolean _
    ) 
    public void Draw( 
       System.Drawing.Graphics graphics,
       System.bool renderInputControls,
       System.bool writeMetafileComments
    )

    Parameters

    graphics
    The System.Drawing.Graphics to draw on.
    renderInputControls
    Indicates whether to draw input controls (see RenderInputBase).
    writeMetafileComments
    Indicates whether to draw metafile comments, like outlines, hyperlinks etc.
    See Also