Back to Devexpress

SummaryType Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-4b377a20.md

latest2.0 KB
Original Source

SummaryType Enum

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

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum SummaryType
vb
Public Enum SummaryType

Members

NameDescription
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.

| | CountDistinct |

The number of unique values.

| | Median |

The middle value in an ordered list of values.

| | Mode |

The value that appears most frequently.

|

The following properties accept/return SummaryType values:

Remarks

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

See Also

DevExpress.XtraReports.UI.CrossTab Namespace