Skip to main content
All docs
V25.1
  • TotalsPosition Enum

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

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.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.

    Remarks

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

    See Also