Page tree

Versions Compared

Key

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

Excerpt

Returns the SourceField that was used to build the PivotTableField in the pivot tablePivotTable.

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

CalculatedFields and will return null. You can check if a PivotField PivotTable field is a calculated field with the IsCacluatedField Property