GroupSortingSummaryGetResultEventArgs(Object[]) Constructor
Initializes a new instance of the GroupSortingSummaryGetResultEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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