[]
        
首页
开发者学堂
文档
论坛
市场
生态机会
活动
立即试用
(Showing Draft Content)

ReportViewer.HistoryApi

Interface: HistoryApi

ReportViewer.HistoryApi

History api

Table of contents

方法

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