Back to Devexpress

XRPivotGridAppearances.FieldValueGrandTotal Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridappearances-0f364e0e.md

latest2.1 KB
Original Source

XRPivotGridAppearances.FieldValueGrandTotal Property

Gets the appearance settings used to print grand total headers.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRAppearanceObject FieldValueGrandTotal { get; }
vb
Public ReadOnly Property FieldValueGrandTotal As XRAppearanceObject

Property Value

TypeDescription
XRAppearanceObject

An XRAppearanceObject object which provides the appearance settings used to print the grand total headers.

|

Remarks

The FieldValueGrandTotal property is overridden to change the type of the returned object from AppearanceObject to XRAppearanceObject, because the XRAppearanceObject class contains more appropriate settings for printing a Pivot Grid in XtraReports.

For more information on this property, refer to the PivotGridAppearancesBase.FieldValueGrandTotal property description.

See Also

XRPivotGridAppearances Class

XRPivotGridAppearances Members

DevExpress.XtraReports.UI.PivotGrid Namespace