DataCatView.refresh

Syntax

refresh(propName);

Parameters

propName. Name of element to refresh, specified using the PP.Exp.Ui.EaxPropertyViews enumeration. Optional parameter.

Description

The refresh method refreshes the view of the Data 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 view of the Data tab:

// Get view of panel of the Data tool ribbon 
var dataRibbonCategory = expressBox.getRibbonView().getDataRibbonCategory();
dataRibbonCategory.refresh();

After executing the example view and data of the Chart tab are refreshed.

See also:

DataCatView