Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TotalsPosition Enum

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

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.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.

#Related API Members

The following properties accept/return TotalsPosition values:

#Remarks

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

See Also