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

In This Topic
    Graphics Property
    In This Topic
    Gets the System.Drawing.Graphics object to draw on.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As System.Drawing.Graphics
    public System.Drawing.Graphics Graphics {get;}
    See Also