Skip to main content

ColumnNameSummaryOptions(String) Constructor

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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