PivotShowValuesSetting class

PivotShowValuesSetting class

Represents the settings about showing values as when the ShowDataAs calculation is in use.

The PivotShowValuesSetting type exposes the following members:

Properties

PropertyDescription
calculation_typeRepresents how to show values of a data field in the pivot report.
base_field_indexRepresents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use.
base_item_position_typeRepresents type of the base pivot item in the base field when the ShowDataAs calculation is in use.
Valid only for data fields.
Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom,
please set PivotField.BaseItemIndex attribute.
base_item_indexRepresents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use.
Valid only for data fields.

See Also