SummaryGetResultEventArgs Properties
Provides data for the XRLabel.SummaryGetResult event.| Name | Description |
|---|---|
| CalculatedValues | Returns a collection of values calculated using the summary function. |
| Handled | Gets or sets a value indicating whether an event was handled. If it was handled, the custom summary value is assigned to the SummaryGetResultEventArgs.Result property. |
| Result | Gets or sets the result of a custom summary calculation. |
See Also