Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderC1Printable Class / CreateSame Method

In This Topic
    CreateSame Method (RenderC1Printable)
    In This Topic
    Creates new empty RenderArea object linked with same C1PrintDocument as current object.
    Syntax
    'Declaration
     
    Protected Overridable Function CreateSame() As RenderObject
    protected virtual RenderObject CreateSame()

    Return Value

    New RenderArea object.
    See Also