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
Description
Introducedin
8.34
8.34
Description

Excerpt

Sets or returns the displayed name of the pivot PivotTable field.

Signature
C#
C#
 public System.String DisplayName{ get; set; }
Signature
vb.net
vb.net
Public Property DisplayName() As String
Remarks

Each pivot PivotTable field must have a unique display name. If you change the display name of a Row row or Column labelcolumn label is not the name of its source field, the display name of the SourceField source field that the label was created from will change to match the Row row or Column column label name. This only affects the display name of the SourceField source field as seen in Excel. The underlying name of the SourceFieldsource field, which is pulled from the header names of the columns in the data source, will not be affected.

Changing the DisplayName for a ColumnLabel, RowLabel, or PageField will also change the displayed name for the SourceField. This is the same as the Excel behavior.

This cannot be set on a ValuesLabel. The default value returned by a ValuesLabel is "Values".