Skip to main content

ColumnNameSummaryOptions.Flags Property

Specifies the summary functions to display on the Specify Summary Options (Multi-Query Version) page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public SummaryOptionFlags Flags { get; set; }

Property Value

Type Description
SummaryOptionFlags

One or more SummaryOptionFlags enumeration values.

See Also