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

TotalsPosition Enum

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

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public enum TotalsPosition

Members

Name Description
AfterData

Row/column totals are displayed after the row/column field values. Row/column grand totals are displayed in the last row/column.

BeforeData

Row/column totals are displayed before the row/column field values. Row/column grand totals are displayed before data and row/column totals.

Remarks

The TotalsPosition enumeration’s values are used to set the CrossTabLayoutOptions.RowTotalsPosition and CrossTabLayoutOptions.ColumnTotalsPosition properties.

See Also