getDimensionFilterPanel();
The getDimensionFilterPanel method returns data in the table dimension wizard group.
This method returns a JSON object with the following fields: height - row height, width - table column width.
Executing the example requires any express report to be opened
// Get current unit object var tabMaster = PP.App.getModuleObject().getReportBox().getPropertyBarView().getTabSheetMaster(); //Get level wizard group data var tab = tabMaster.getDimensionFilterPanel(); //Get panel identifier tab.getId();
After executing the example the console displays the panel identifier:
"DimensionFilterPanel"
See also: