[]
ReportViewer.HistoryApi
History api
▸ canMoveNext(): boolean
Gets true if history contains any "forward" actions.
boolean
▸ canMovePrev(): boolean
Gets true if history contains any action that could be rolled back.
boolean
▸ clear(): void
Clears all page navigation events from history.
void
▸ moveNext(): void
Navigates to a next item in the browsing history.
void
▸ movePrev(): void
Navigates to previously stored state.
void