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

ColumnInfoSummaryOptions(ColumnInfo, SummaryOptionFlags) Constructor

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ColumnInfoSummaryOptions(
    ColumnInfo column,
    SummaryOptionFlags flags
)

Parameters

Name Type Description
column ColumnInfo

A ColumnInfo object. This value is assigned to the ColumnInfoSummaryOptions.ColumnInfo property.

flags SummaryOptionFlags

One or more SummaryOptionFlags enumeration values. This value is assigned to the SummaryOptions.Flags property.

See Also