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