Skip to main content

ColumnSummaries.SummaryFunctions Property

Specifies the summary functions assigned to a data column.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IEnumerable<SummaryFunc> SummaryFunctions { get; set; }

Property Value

Type Description
IEnumerable<SummaryFunc>

A collection of SummaryFunc objects.

See Also