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

In This Topic
    CurrentPage Property
    In This Topic
    Gets the current generating page, returns null if document in not generating state.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentPage As C1Page
    public C1Page CurrentPage {get;}
    See Also