Skip to main content
A newer version of this page is available. .

XRPivotGridStyles.FieldValueGrandTotalStyle Property

Gets or sets a style which is used to print grand total headers.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(null)]
public virtual XRControlStyle FieldValueGrandTotalStyle { get; set; }

Property Value

Type Default Description
XRControlStyle null

An XRControlStyle object.

Remarks

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

See Also