SummaryRunning Enum
In This Article
Specifies the report area for which the selected function is calculated.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The function is not calculated. |
Group
|
The function is calculated for every group. |
Report
|
The function is calculated for the entire report. |
Page
|
The function is calculated for every page. |
#Related API Members
The following properties accept/return SummaryRunning values:
#Remarks
The SummaryRunning enumeration’s values are returned by the XRSummary.Running property.
The function to be calculated is specified by the XRSummary.Func property.
See Also