Skip to main content

SummaryGetResultEventArgs.CalculatedValues Property

Returns a collection of values calculated using the summary function.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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