Introduced in build 8.4
Description
Returns the SourceField
that was used to build the PivotTableField
in the PivotTable.
C#
public SourceField Source{ get ;} |
vb.net
Public ReadOnly Property Source() As SourceField |
Remarks
ValuesLabels
and will return null. You can check if a PivotTable field is a values label with the IsValuesLabel
Property