SummaryRunning Enum
Specifies the report area for which the selected function is calculated.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.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. |
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