Back to Devexpress

XRPivotGridStyles.GrandTotalCellStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-bc422d82.md

latest1.8 KB
Original Source

XRPivotGridStyles.GrandTotalCellStyle Property

Gets or sets a style which is used to print Grand Total cells.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
public virtual XRControlStyle GrandTotalCellStyle { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property GrandTotalCellStyle As XRControlStyle

Property Value

TypeDefaultDescription
XRControlStylenull

An XRControlStyle object.

|

Remarks

If the GrandTotalCellStyle isn’t set, grand total cells are printed using the appearance settings accessed via the PrintAppearance.GrandTotalCell property of a pivot grid’s XRPivotGrid.Appearance.

See Also

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace