Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderGraphics Class / ReferenceGraphics Property

In This Topic
    ReferenceGraphics Property (RenderGraphics)
    In This Topic
    Gets the reference System.Drawing.Graphics used to create the underlying metafile. This property is simply a shortcut to the C1PrintDocument.CreationGraphics property, and returns null if the current RenderGraphics object has not been added to a C1PrintDocument yet.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReferenceGraphics As Graphics
    public Graphics ReferenceGraphics {get;}
    See Also