ColumnSummaries.SummaryFunctions Property
In This Article
Specifies the summary functions assigned to a data column.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public IEnumerable<SummaryFunc> SummaryFunctions { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<Summary |
A collection of Summary |
See Also