Skip to main content

GroupSortingSummaryGetResultEventArgs(Object[]) Constructor

Initializes a new instance of the GroupSortingSummaryGetResultEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public GroupSortingSummaryGetResultEventArgs(
    object[] calculatedValues
)

Parameters

Name Type Description
calculatedValues Object[]

An array of Object values, that corresponds to all the values automatically calculated by this moment. This value is assigned to the GroupSortingSummaryGetResultEventArgs.CalculatedValues property.

See Also