ColumnSummaries(ColumnInfo, IEnumerable<SummaryFunc>) Constructor
Initializes a new instance of the ColumnSummaries class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | ColumnInfo | An object that provides info about a data column. This value is assigned to the ColumnSummaries.Column property. |
summaryFunctions | IEnumerable<SummaryFunc> | A collection of SummaryFunc objects. This collection is assigned to the ColumnSummaries.SummaryFunctions property. |
See Also