ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / BaseDocumentModelImpl Class / GetPage Method
The index of the page.

In This Topic
    GetPage Method (BaseDocumentModelImpl)
    In This Topic
    Return page by index.
    Syntax
    'Declaration
     
    Public MustOverride Function GetPage( _
       ByVal pageIndex As Integer _
    ) As DocumentModel.IPage
    public abstract DocumentModel.IPage GetPage( 
       int pageIndex
    )

    Parameters

    pageIndex
    The index of the page.

    Return Value

    The instance of the DocumentModel.IPage
    See Also