Version

AggregateMeasureEventArgs Class Members

The following tables list the members exposed by AggregateMeasureEventArgs.

Public Properties
 NameDescription
Public PropertyColumnReturns the index of the column associated with the data to be aggregated.  
Public PropertyHandledReturns or sets a boolean value indicating whether this event was handled.  
Public PropertyItemsReturns a System.Collections.IEnumerable implementation which contains the list of items to be aggregated.  
Public PropertyMeasureReturns a reference to the Measure associated with the data to be aggregated.  
Public PropertyMeasureDescriptorReturns a reference to the MeasureDescriptor associated with the data to be aggregated.  
Public PropertyRowReturns the index of the row associated with the data to be aggregated.  
Public PropertyValidateReturns or sets a boolean value indicating whether the Value should be evaluated by the associated MeasureDescriptor to determine whether a conversion is possible.  
Public PropertyValueReturns or sets a value which represents the result of the aggregation function.  
See Also