ColumnNameSummaryOptions(String) Constructor
In This Article
Initializes a new instance of the ColumnNameSummaryOptions class with the specified data column.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
String | A String value, specifying the column name. This value is assigned to the Column |
See Also