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
#Members
Name | Description |
---|---|
After
|
Row/column totals are displayed after the row/column field values. Row/column grand totals are displayed in the last row/column. |
Before
|
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.