Skip to main content
A newer version of this page is available. .

ColumnNameSummaryOptions(String) Constructor

Initializes a new instance of the ColumnNameSummaryOptions class with the specified data column.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ColumnNameSummaryOptions(
    string columnName
)

Parameters

Name Type Description
columnName String

A String value, specifying the column name. This value is assigned to the ColumnNameSummaryOptions.ColumnName property.

See Also