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

XRGroupSortingSummary.Function Property

Specifies the arithmetic function to calculate.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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