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

SummaryGetResultEventArgs Class

Provides data for the XRLabel.SummaryGetResult event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class SummaryGetResultEventArgs :
    EventArgs

Remarks

The XRLabel.SummaryGetResult event occurs when a custom summary gets its final value. The SummaryGetResultEventArgs class introduces the SummaryGetResultEventArgs.CalculatedValues property, which stores all the values which were automatically received by this moment, and the SummaryGetResultEventArgs.Result property, which the resulting custom summary value should be assigned to. Note that if a custom summary has been successfully calculated, you also need to set the SummaryGetResultEventArgs.Handled property to true.

Note

SummaryGetResultEventArgs objects are automatically created, initialized and passed to the XRLabel.SummaryGetResult event handlers.

Inheritance

Object
EventArgs
SummaryGetResultEventArgs
See Also