property Pivot.PivotTotals as String
Indicates the list of totals/subtotals to be shown in the list.

TypeDescription
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 property specifies the total/aggregate rows. The Aggregates collection holds a collection of Aggregate functions the user can display to summarize the data. The SelectableAggregateRows property specifies whether the inside total/aggregate rows are selectable or unselectable. Use the FormatPivotAggregate / FormatPivotTotal property to display aggregate functions in a different format.

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: