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

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.v18.2.dll

Declaration

public SummaryOptionFlags Flags { get; set; }

Property Value

Type Description
SummaryOptionFlags

One or more SummaryOptionFlags enumeration values.

Available values:

Name Description
None

No summary function is calculated.

Sum

The Sum summary function is calculated.

Avg

The Average summary function is calculated.

Min

The Min summary function is calculated.

Max

The Max summary function is calculated.

Count

The Count summary function is calculated.

See Also