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

CrossTabDataFieldInfo.SummaryType Property

Namespace: DevExpress.XtraReports.Wizards.CrossTab

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public SummaryType SummaryType { get; set; }

Property Value

Type
SummaryType

Available values:

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.

See Also