Type | Description | |||
String | A String expression that shows the total/subtotals field to be displayed. For instance the "sum(0)[bold]/sum[bold]" displays the grand total in bold on the top of the control, and the SUM for all values of the Column with the index 0 |
The PivotTotals in BNF notation is:
PivotTotals ::= "<Part> | <Part>/<Part>" Part ::= "<Aggregate>[,<Aggregate>]" Aggregate ::= <AggregateKey>[<Options>] | <AggregateKey>(<Index>)[<Options>] Index ::= <Digit>[<Digit>] Digit ::= 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Options ::= \[<Option>|,<Option>\] Option ::= <CheckOption>|content=<RadioOption>
where
The control can load data using one of the following methods:
Once the data is loaded to the control, the user can drag and drop columns to summarize the data or set the following properties in the following order: