property Pivot.FormatPivotTotal as String
Specifies the format to display an aggregate/total functions.

TypeDescription
String A String expression that specifies the caption to be displayed for Total/Sub-Total fields.
By default, the FormatPivotTotal property is "( iaggregate = 5 ? (ilevel = 0 ? 'Total' : 'Subtotal') : caggregate )". Use the FormatPivotHeader property to determine the way the column displays the captions in the control. Use the FormatPivotAggregate property to determine the way the control displays the aggregate functions.

The following keywords are supported by the FormatPivotTotal expression:

This property/method supports predefined constants and operators/functions as described here.