SummaryRunning Enum
Specifies the report area for which the selected function is calculated.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.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. If the label displays |
Report
|
The function is calculated for the entire report. |
Page
|
The function is calculated for the current page where the label is displayed. |
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