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

SummaryRunning Enum

Specifies the report area for which the selected function is calculated.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public enum SummaryRunning

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