Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Description

Excerpt

Returns the base field used in calculating the values for a data field that are shown in the PivotTable.

Signature
C#
C#
 public SourceField BaseField{ get;}
Signature
vb.net
vb.net
Public Property BaseField() As SourceField
Remarks

Calculated fields return null. You can check if a PivotTable field is calculated field with the IsCalculatedField 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.