ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutputRange Class / GetNextPage Method / GetNextPage(Int32) Method
The current page number.

In This Topic
    GetNextPage(Int32) Method
    In This Topic
    Returns the page number in the range following the specified one, or -1 if the specified number was the last one.
    Syntax
    'Declaration
     
    Public Overloads Function GetNextPage( _
       ByVal pageNumber As System.Integer _
    ) As System.Integer
    public System.int GetNextPage( 
       System.int pageNumber
    )

    Parameters

    pageNumber
    The current page number.

    Return Value

    The next page number or -1 if there's none.
    See Also