XRSummary(SummaryRunning, SummaryFunc, String) Constructor
Initializes a new instance of the XRSummary class with the specified range, function and format string.
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 which specifies 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 which specifies the summary function to be calculated. This value is assigned to the XRSummary.Func property. |
formatString | String | A String value containing a format for the summary output. This value is assigned to the XRSummary.FormatString property. |
See Also