Skip to main content
A newer version of this page is available. .

XRLabel.SummaryRowChanged Event

Occurs when a report retrieves the next data row in the bound data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public event EventHandler SummaryRowChanged

Event Data

The SummaryRowChanged event's data class is EventArgs.

Remarks

The SummaryRowChanged event can, for instance, occur when a Detail Band is printed for the next row. To calculate a custom summary the XRSummary.Func property should be set to SummaryFunc.Custom. Then the custom summary events will occur in the following order:

To learn more about this event see the Calculating Custom Summaries via Scripts topic.

See Also