getState();
The getState method returns an object that contains values of checkbox controls located on the Totals tab, in JSON format.
The method returns a JSON object with the following fields: byHierarchy - Calculate Hierarchy Totals indication, byLevels - Calculate Level Totals indication, treatEmptyAsZero - Treat Empty Values as Zeros indication, includeOwner - Ignore Values in Nodes indication.
The example of method use is given on the page with description of the TotalsPanel constructor.
See also: