ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / IPageDocument Interface / GetPage Method

In This Topic
    GetPage Method (IPageDocument)
    In This Topic
    Gets page document
    Syntax
    'Declaration
     
    Function GetPage( _
       ByVal pageIndex As Integer _
    ) As DocumentModel.IPage
    DocumentModel.IPage GetPage( 
       int pageIndex
    )

    Parameters

    pageIndex
    See Also