TabSheetTableFilterPanel.getTableFilterPanel

Syntax

getTableFilterPanel();

Description

The getTableFilterPanel method returns level wizard group data.

Comments

This method returns a JSON object with the following fields: height - row height, width - table column width.

Example

Executing the example requires that an express report is opened.

// Get current unit object
        var tabMaster = PP.App.getModuleObject().getReportBox().getPropertyBarView().getTabSheetMaster();
//Get data of level wizard group
        var tab = tabMaster.getTableFilterPanel();
//Get panel ID
tab.getId();

After executing the example the console displays the panel identifier:

"TableFilterPanel"

See also:

TabSheetTableFilterPanel