TabSheetHeaderFilterPanel.getLeftHeaderFilterPanel

Syntax

getLeftHeaderFilterPanel();

Description

The getLeftHeaderFilterPanel 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 any express report to be opened.

// Get current unit object         var tabMaster = PP.App.getModuleObject().getReportBox().getPropertyBarView().getTabSheetMaster(); //Get level wiard group data         var tab = tabMaster.getLeftHeaderFilterPanel(); //Get panel identifier tab.getId();

After executing the example the console displays the panel identifier:

"LeftHeaderFilterPanel"

See also:

TabSheetHeaderFilterPanel