PivotField.DataDisplayFormat

PivotField.DataDisplayFormat property

Represents how to display the values in a data field of the pivot report.

[Obsolete("Use PivotField.PivotShowValuesSetting.CalculationType property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public PivotFieldDataDisplayFormat DataDisplayFormat { get; set; }

Remarks

NOTE: This property is now obsolete. Instead, please use PivotField.PivotShowValuesSetting.CalculationType property instead. This method will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also