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

ColumnSummaries.SummaryFunctions Property

Specifies the summary functions assigned to a data column.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Description
IEnumerable<SummaryFunc>

A collection of SummaryFunc objects.

See Also