Back to Devexpress

TotalHeaderPosition Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-587eddb0.md

latest1.8 KB
Original Source

TotalHeaderPosition Enum

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

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum TotalHeaderPosition
vb
Public Enum TotalHeaderPosition

Members

NameDescription
Inner

Row/column total headers are displayed in the same column/row as field values against which totals are calculated.

| | Outer |

Row/column total headers span two columns/rows: against which totals are calculated and against which values are grouped.

|

The following properties accept/return TotalHeaderPosition values:

Remarks

The TotalHeaderPosition enumeration’s values are used to set the CrossTabLayoutOptions.RowTotalHeaderPosition and CrossTabLayoutOptions.ColumnTotalHeaderPosition properties.

See Also

DevExpress.XtraReports.UI.CrossTab Namespace