PivotShowValuesSetting.BaseItemPositionType

PivotShowValuesSetting.BaseItemPositionType property

Represents 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.

public PivotItemPositionType BaseItemPositionType { get; set; }

See Also