Back to Devexpress

SummaryGetResultEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-0b61d4c7.md

latest2.3 KB
Original Source

SummaryGetResultEventArgs Class

Provides data for the XRLabel.SummaryGetResult event.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class SummaryGetResultEventArgs :
    EventArgs
vb
Public Class SummaryGetResultEventArgs
    Inherits EventArgs

SummaryGetResultEventArgs is the data class for the following events:

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

SummaryGetResultEventArgs Members

DevExpress.XtraReports.UI Namespace