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

SummaryRunning Enum

Lists the values that specify the running scope of a summary function.

Namespace: DevExpress.Snap.Core.Fields

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public enum SummaryRunning

Members

Name Description
None

The running scope of the summary function is not specified.

Group

The summary function is calculated across the specified group.

Report

The summary function is calculated across the entire report.

Related API Members

The following properties accept/return SummaryRunning values:

See Also