Skip to main content

XRGroupSortingSummary.Function Property

Specifies the arithmetic function to calculate.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public SortingSummaryFunction Function { get; set; }

Property Value

Type Description
SortingSummaryFunction

A SortingSummaryFunction enumeration value.

Remarks

The data field, on which the summary function is based, is defined via the XRGroupSortingSummary.FieldName property.

To learn more, see Grouping and Sorting a Report’s Data.

See Also