Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / CurrentBlockRenderGraphics Property

In This Topic
    CurrentBlockRenderGraphics Property
    In This Topic
    Gets the current RenderGraphics object created by the last call to RenderBlockGraphicsBegin.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentBlockRenderGraphics As RenderGraphics
    public RenderGraphics CurrentBlockRenderGraphics {get;}
    See Also