Sets or returns the displayed name of the pivot field.

 public System.String DisplayName{ get; set; }
Public Property DisplayName() As String

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