Skip to main content
A newer version of this page is available.
All docs
V18.2

SummaryOptions(SummaryOptionFlags) Constructor

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

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public SummaryOptions(
    SummaryOptionFlags flags
)

Parameters

Name Type Description
flags SummaryOptionFlags

One or more SummaryOptionFlags enumeration values.

See Also