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