'Declaration Public Enum MeasureAggregation Inherits System.Enum
public enum MeasureAggregation : System.Enum
Member | Description |
---|---|
Average | The aggregation consists of the sum of the value of each cell divided by the number of cells with a non-null value. |
Count | The aggregation consists of the total number of cells with non-null values. |
Max | The aggregation consists of the largest cell value. |
Min | The aggregation consists of the smallest cell value. |
None | No aggregation occurs. The AggregateMeasure occurs, providing the opportunity to execute a customized aggregation function. |
Sum | The aggregation consists of the sum of the value of each cell. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2