MapCatView.refresh

Syntax

refresh();

Description

The refresh method refreshes the Map tab on the express report tool ribbon.

Example

Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Then refresh the Map tab:

// Get view of the Map tab
var mapCategory = expressBox.getRibbonView().getMapCategory();
mapCategory.refresh();

After executing the example the Map tab on the express report toolbar is refreshed.

See also:

MapCatView