Back to Devexpress

XRPivotGridStyles.FieldValueTotalStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridstyles-58038f3f.md

latest1.8 KB
Original Source

XRPivotGridStyles.FieldValueTotalStyle Property

Gets or sets a style which is used to print the headers of Totals.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDefaultDescription
XRControlStylenull

An XRControlStyle object.

|

Remarks

If the FieldValueTotalStyle isn’t set, headers of totals are printed using the appearance settings accessed via the PrintAppearance.FieldValueTotal property of a pivot grid’s XRPivotGrid.Appearance.

See Also

XRPivotGridStyles Class

XRPivotGridStyles Members

DevExpress.XtraReports.UI.PivotGrid Namespace