Introduced in build 8.4
Description
Sets or returns the type of calculation used to summarize a data field. The available types are determined by PivotTableField.SummarizeByType
.
C#
vb.net
Examples
C#
vb.net
Remarks
Data fields are set to 'SUM' by default for all data types.
This property cannot be set on values labels and such fields will return SummarizeByType.Sum
by default. You can check if a PivotTable field is values label with the IsValuesLabel
property