xtrareports-devexpress-dot-xtrareports-dot-ui-7eeaf6b6.md
Specifies the report area for which the selected function is calculated.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum SummaryRunning
Public Enum SummaryRunning
| Name | Description |
|---|---|
None |
The function is not calculated.
|
| Group |
The function is calculated for every group. If the label displays ?, the value cannot be evaluated under these conditions.
|
| Report |
The function is calculated for the entire report.
|
| Page |
The function is calculated for the current page where the label is displayed.
|
The following properties accept/return SummaryRunning values:
The function to be calculated is specified by the XRSummary.Func property.
If XRSummary.Running is set to SummaryRunning.Group, the displayed result depends on the band where the label is positioned:
?. This means that value cannot be evaluated under these conditions.See Also