Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Introducedin
8.34
8.34
Description

Excerpt

Returns the base item index of a data field in the PivotTable.

Signature
C#
C#
 public int BaseItemIndexBaseIndex{ get;}
Signature
vb.net
vb.net
Public Property BaseItemIndexBaseIndex() As Integer
Remarks

Calculated Value label fields return -1. You can check if a PivotField is calculated a value label field with the IsCacluatedField IsValuesLabel Property

When calling SetShowValueAs(), certain ShowValueAsTypes use a source field as a base field and an index for one of the values in the data source column associated with the source field.

Remarks