A newer version of this page is available.
Switch to the current version.
XRPivotGridStyles.GrandTotalCellStyle Property
Gets or sets a style which is used to print Grand Total cells.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[DefaultValue(null)]
public virtual XRControlStyle GrandTotalCellStyle { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property GrandTotalCellStyle As XRControlStyle
Property Value
Type | Default | Description |
---|---|---|
XRControlStyle | null |
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
Feedback