SummaryRunning Enum
Lists the values that specify the running scope of a summary function.
Namespace: DevExpress.Snap.Core.Fields
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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