Back to Devexpress

SummaryOptionFlags Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-f1533d11.md

latest2.0 KB
Original Source

SummaryOptionFlags Enum

Lists the summary functions available on the Specify Summary Options (Multi-Query Version) page of the Report Wizard.

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Flags]
public enum SummaryOptionFlags
vb
<Flags>
Public Enum SummaryOptionFlags

Members

NameDescription
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.

|

The following properties accept/return SummaryOptionFlags values:

Remarks

The values listed in the SummaryOptionFlags enumeration are returned by the following properties.

See Also

DevExpress.XtraReports.Wizards Namespace