Skip to main content

SummaryOptions(SummaryOptionFlags) Constructor

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public SummaryOptions(
    SummaryOptionFlags flags
)

Parameters

Name Type Description
flags SummaryOptionFlags

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

See Also