Message-ID: <332614927.10505.1711726741755.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10504_507918136.1711726741755" ------=_Part_10504_507918136.1711726741755 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html PivotTableField.DisplayName

PivotTableField.DisplayName

Introduced in build 8.4

=20

Description

=20

Sets or returns the displayed name of the PivotTable field.

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

Remarks

=20

Each PivotTable field must have a unique display name. If the display na= me of a row or column label is not the name of its source field, the displa= y name of the source field that the label was created from will change to m= atch the row or column label name. This only affects the display name of th= e source field as seen in Excel. The underlying name of the source field, w= hich is pulled from the header names of the columns in the data source, wil= l not be affected.

=20

Changing the DisplayName for a ColumnLabel, RowLabel, or PageField will also change the display= ed name for the SourceField. This is the same as the Excel beh= avior.

=20

This cannot be set on a ValuesLabel. The default value retu= rned by a ValuesLabel is "Values".

------=_Part_10504_507918136.1711726741755--