Back to Devexpress

SummaryRunning Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-7eeaf6b6.md

latest2.2 KB
Original Source

SummaryRunning Enum

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

Declaration

csharp
public enum SummaryRunning
vb
Public Enum SummaryRunning

Members

NameDescription
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:

Remarks

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:

  • GroupHeaderBand, GroupFooterBand, or DetailBand - the label displays the function value calculated for the current group;
  • any other band - the label displays ?. This means that value cannot be evaluated under these conditions.

See Also

XRSummary

Calculate a Running Summary

DevExpress.XtraReports.UI Namespace