ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IHistoryApi Interface
Members

In This Topic
    IHistoryApi Interface
    In This Topic
    Defines the interface for interacting with the HistoryService, allowing navigation and management of the page view history.
    Object Model
    IHistoryApi Interface
    Syntax
    'Declaration
     
    Public Interface IHistoryApi 
    public interface IHistoryApi 
    Remarks
    This interface provides methods for navigating through the history of viewed pages, as well as retrieving information about the history state, such as the total number of pages viewed and the current position within the history. It also allows for clearing the history.
    See Also