Back to Devexpress

XRLabel.SummaryRowChanged Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrlabel-532f4767.md

latest2.3 KB
Original Source

XRLabel.SummaryRowChanged Event

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public event EventHandler SummaryRowChanged
vb
Public Event SummaryRowChanged As EventHandler

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.

The custom summary events occur in the following order:

Note

With Expressions Bindings , calculation of custom summaries is no longer available. You are encouraged to write a custom expression with operators, functions, and constants, as described in the following help topic: Expression Language. For additional examples refer to the following help section: Calculate Summaries.

See Also

Calculate Custom Summaries via Scripts

XRLabel Class

XRLabel Members

DevExpress.XtraReports.UI Namespace