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

...

Introducedin
8.4

...

8.4
Description

Excerpt

The SourceField represents a source field in a PivotTable. To retrieve a SourceField use PivotTable.SourceFields.

Signature
C#
C#
 public sealed class SourceField
{signature}
{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class SourceField
{signature}
{properties}
|| Name || Description ||
| [Name|EW8:SourceField.Name] | {excerpt-include:SourceField.Name|nopanel=true} |
| [Position|EW8:SourceField.Position] | {excerpt-include:SourceField.Position|nopanel=true} |
{remarks}
A source field is a field that is automatically created based on the data source of the PivotTable and can be used to create data fields, row labels, column labels, and page fields. Each column of data in the PivotTable data source has a corresponding source field, and new source fields cannot be added.  

Using the {{SourceField}} to create a {{[EW8:PivotTableField]}} will not change the {{SourceField}}.  
{remarks}
Properties

Name

Description

Name

Excerpt Include
SourceField.Name
SourceField.Name
nopaneltrue

Position

Excerpt Include
SourceField.Position
SourceField.Position
nopaneltrue
Remarks

A source field is a field that is automatically created based on the data source of the PivotTable and can be used to create data fields, row labels, column labels, and page fields. Each column of data in the PivotTable data source has a corresponding source field, and new source fields cannot be added.

Using the SourceField to create a PivotTableField will not change the SourceField.