GroupSortingSummaryGetResultEventArgs.Result Property
Gets or sets the result of a custom summary for sorting groups.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Property Value
Type | Description |
---|---|
Object | A Object which represents the resulting summary value. |
#Remarks
Use the Result and GroupSortingSummaryGetResultEventArgs.Handled properties, to define a custom summary value in the GroupHeaderBand.SortingSummaryGetResult event handler.
Note
After the summary value is calculated, it should be assigned to the Result property. In addition, you should set the Group
To learn more, see Grouping and Sorting a Report’s Data and Calculating Custom Summaries via Scripts.