ColumnNameSummaryOptions(String, SummaryOptionFlags) Constructor
Initializes a new instance of the ColumnNameSummaryOptions 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 |
---|---|---|
columnName | String | A String value, specifying the column name. This value is assigned to the ColumnNameSummaryOptions.ColumnName property. |
flags | SummaryOptionFlags | One or more SummaryOptionFlags enumeration values. This value is assigned to the ColumnNameSummaryOptions.Flags property. |
See Also