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

SummaryType Enum

Lists values that specify the summary function to calculate against a data field.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public enum SummaryType

Members

Name Description
Count

The number of values.

Sum

The sum of all the values.

Min

The smallest value.

Max

The largest value.

Average

The average of all the values.

StdDev

The standard deviation of all the values.

StdDevp

The standard population deviation of all the values.

Var

The amount of variance for all the values.

Varp

The population variance for all the values.

Remarks

The SummaryType enumeration’s values are used to set the CrossTabDataField.SummaryType property.

See Also