XRSummary(SummaryRunning, SummaryFunc) Constructor
Initializes a new instance of the XRSummary class with the specified range and function.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
running | SummaryRunning | A SummaryRunning enumeration value, specifying the range for which the summary function should be calculated. This value is assigned to the XRSummary.Running property. |
func | SummaryFunc | A SummaryFunc enumeration value, specifying the summary function to be calculated. This value is assigned to the XRSummary.Func property. |
See Also