[]
        
(Showing Draft Content)

ReportViewer.HistoryApi

Interface: HistoryApi

ReportViewer.HistoryApi

History api

Table of contents

Methods

Methods

canMoveNext

canMoveNext(): boolean

Gets true if history contains any "forward" actions.

Returns

boolean


canMovePrev

canMovePrev(): boolean

Gets true if history contains any action that could be rolled back.

Returns

boolean


clear

clear(): void

Clears all page navigation events from history.

Returns

void


moveNext

moveNext(): void

Navigates to a next item in the browsing history.

Returns

void


movePrev

movePrev(): void

Navigates to previously stored state.

Returns

void