xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-d9549639.md
Lists values that specify the position of the Cross Tab’s row/column totals.
Namespace : DevExpress.XtraReports.UI.CrossTab
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum TotalsPosition
Public Enum TotalsPosition
| 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.
|
The following properties accept/return TotalsPosition values:
The TotalsPosition enumeration’s values are used to set the CrossTabLayoutOptions.RowTotalsPosition and CrossTabLayoutOptions.ColumnTotalsPosition properties.
See Also