ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / HistoryService Class / GetPageIndexes Method

In This Topic
    GetPageIndexes Method
    In This Topic
    Gets list of page indexes
    Syntax
    'Declaration
     
    Public Function GetPageIndexes() As List(Of Integer)
    public List<int> GetPageIndexes()

    Return Value

    List of page indexes
    See Also