Skip to main content
A newer version of this page is available. .

CrossTabFieldSortBySummaryInfo.SummaryType Property

Specifies the summary function used to calculate summary values which should define the order to display column or row field values.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(SummaryType.Sum)]
public virtual SummaryType SummaryType { get; set; }

Property Value

Type Default Description
SummaryType Sum

The summary function.

Remarks

Use the FieldName property to specify the field against which to calculate summary values.

See the CrossTabGroupFieldBase.SortBySummaryInfo property for more information.

See Also