Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SummaryRunning Enum

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

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