[]
Specifies the subtotal function.
public enum PivotFieldCalculation
DifferenceFrom = 0The difference from the value of the Base item in the Base field.
Index = 1Data calculated as ((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total)).
NoAdditionalCalculation = 2No calculation.
PercentDifferenceFrom = 3Percentage difference from the value of the Base item in the Base field.
PercentOf = 4Percentage of the value of the Base item in the Base field.
PercentOfColumn = 5Percentage of the total for the column or series.
PercentOfParent = 6Percentage of the total of the specified parent Base field.
PercentOfParentColumn = 7Percentage of the total of the parent column.
PercentOfParentRow = 8Percentage of the total of the parent row.
PercentOfRow = 9Percentage of the total for the row or category.
PercentOfTotal = 10Percentage of the grand total of all the data or data points in the report.
PercentRunningTotal = 11Percentage of the running total of the specified Base field.
RankAscending = 12Rank smallest to largest.
RankDecending = 13Rank largest to smallest.
RunningTotal = 14Data for successive items in the Base field as a running total.