Skip to main content

ColumnNameSummaryOptions(String, SummaryOptionFlags) Constructor

Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ColumnNameSummaryOptions(
    string columnName,
    SummaryOptionFlags flags
)

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