ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / HistoryService Class / Add Method
The page number.

In This Topic
    Add Method (HistoryService)
    In This Topic
    Adds the specified page number to history.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal pageNumber As Integer _
    ) 
    public void Add( 
       int pageNumber
    )

    Parameters

    pageNumber
    The page number.
    Exceptions
    ExceptionDescription
    You can't go into same page twice in a row
    See Also