The following tables list the members exposed by AggregateMeasureEventArgs.
Name | Description | |
---|---|---|
![]() | Column | Returns the index of the column associated with the data to be aggregated. |
![]() | Handled | Returns or sets a boolean value indicating whether this event was handled. |
![]() | Items | Returns a System.Collections.IEnumerable implementation which contains the list of items to be aggregated. |
![]() | Measure | Returns a reference to the Measure associated with the data to be aggregated. |
![]() | MeasureDescriptor | Returns a reference to the MeasureDescriptor associated with the data to be aggregated. |
![]() | Row | Returns the index of the row associated with the data to be aggregated. |
![]() | Validate | Returns or sets a boolean value indicating whether the Value should be evaluated by the associated MeasureDescriptor to determine whether a conversion is possible. |
![]() | Value | Returns or sets a value which represents the result of the aggregation function. |