'Declaration Public Enum SummaryType Inherits System.Enum
public enum SummaryType : System.Enum
Member | Description |
---|---|
Average | Average value of the cells in the column. Applicable to numeric columns only. |
Count | Number of records in the data source. |
Custom | The summary is expected to be assigned inside of the CalculateCustomSummary event handler. |
Max | Maximum value of all cells in the column. Applicable to numeric and date/time columns only. |
Min | Minimum value of all cells in the column. Applicable to numeric and date/time columns only. |
Sum | Sum of all cell values in the column. Applicable to numeric columns only. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, 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