PivotField.AddCalculatedItem

PivotField.AddCalculatedItem method

Add a calculated formula item to the pivot field.

public void AddCalculatedItem(string name, string formula)
ParameterTypeDescription
nameStringThe item’s name.
formulaStringThe formula of pivot item.

Remarks

Only supports to add calculated item to Row/Column field.

See Also