SummaryGetResultEventArgs.CalculatedValues Property
Returns a collection of values calculated using the summary function.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
IList | An object implementing the IList interface, specifying the calculated values. |
See Also