CrossTabDataFieldInfo.SummaryType Property
In This Article
Namespace: DevExpress.XtraReports.Wizards.CrossTab
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public SummaryType SummaryType { get; set; }
#Property Value
Type |
---|
Summary |
Available values:
Show 12 items
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. |
Std |
The standard deviation of all the values. |
Std |
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. |
Count |
The number of unique values. |
Median | The middle value in an ordered list of values. |
Mode | The value that appears most frequently. |
See Also