Skip to main content
A newer version of this page is available. .

SummaryGetResultEventArgs.CalculatedValues Property

Returns a collection of values calculated using the summary function.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IList CalculatedValues { get; }

Property Value

Type Description
IList

An object implementing the IList interface, specifying the calculated values.

See Also