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

TotalHeaderPosition Enum

Lists values that specify the position of the Cross Tab’s row/column total headers.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public enum TotalHeaderPosition

Members

Name Description
Inner

Row/column total headers are displayed in the same column/row as field values against which totals are calculated.

Outer

Row/column total headers span two columns/rows: against which totals are calculated and against which values are grouped.

Remarks

The TotalHeaderPosition enumeration’s values are used to set the CrossTabLayoutOptions.RowTotalHeaderPosition and CrossTabLayoutOptions.ColumnTotalHeaderPosition properties.

See Also