XRPivotGridAppearances.GrandTotalCell Property
Gets the appearance settings used to print Grand Total cells.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
XRAppearanceObject | An XRAppearanceObject object that provides the appearance settings used to print Grand Total cells. |
Remarks
The GrandTotalCell 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.GrandTotalCell property description.
See Also