Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.4

...

Description

Excerpt

Returns the SourceField that was used to build the PivotTableField in the PivotTable.

Signature
C#C#
}
{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}{signature:vb.net
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
{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}