GroupSortingSummaryGetResultEventArgs Properties
Provides data for the GroupHeaderBand.SortingSummaryGetResult event.Name | Description |
---|---|
CalculatedValues | Gets an array of values which can be used to calculate a custom summary. |
Handled | Specifies whether or not the GroupHeaderBand.SortingSummaryGetResult event was handled. If so, the custom summary value is assigned to the GroupSortingSummaryGetResultEventArgs.Result property. |
Result | Gets or sets the result of a custom summary for sorting groups. |
See Also