ColumnSummaries(ColumnInfo) Constructor
Initializes a new instance of the ColumnSummaries class with the specified column.
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. |
See Also