Back to Devexpress

GroupHeaderBand.SortingSummaryReset Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-groupheaderband-facae969.md

latest2.3 KB
Original Source

GroupHeaderBand.SortingSummaryReset Event

Occurs when the summary value needs to be set to its initial value when calculating a custom summary.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public event EventHandler SortingSummaryReset
vb
Public Event SortingSummaryReset As EventHandler

Event Data

The SortingSummaryReset event's data class is EventArgs.

Remarks

To calculate a custom summary for sorting groups, set the XRGroupSortingSummary.Function property to Custom. Then, the custom summary events will occur in the following order.

To learn more about these events, see Grouping and Sorting a Report’s Data and Calculating Custom Summaries via Scripts.

See Also

Group and Sort the Report Data

Calculate Custom Summaries via Scripts

GroupHeaderBand Class

GroupHeaderBand Members

DevExpress.XtraReports.UI Namespace