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
Wiki Markup
{introducedin: 8.4}
{description}
{excerpt}Returns the {{[EW8:SourceField]}} that was used to build the {{[EW8:PivotTableField]}} in the PivotTable.{excerpt}
{signature:C#}
 public SourceField Source{ get;}
{signature}{signature:vb.net}
Public ReadOnly Property Source() As SourceField
{signature}
{remarks}{{ValuesLabels}} and will return null. You can check if a PivotTable field is a values label with the {{[IsValuesLabel|EW8:PivotTableField.IsValuesLabel]}} Property
{remarks}