Version 23.1 (latest)

SummaryType Enumeration

Summary type defines supported summaries out of the box.
Syntax
public enum SummaryType : System.Enum 
Members
MemberDescription
AverageAverage value of the cells in the column. Applicable to numeric columns only.
CountNumber of records in the data source.
CustomThe summary is expected to be assigned inside of the CalculateCustomSummary event handler.
MaxMaximum value of all cells in the column. Applicable to numeric and date/time columns only.
MinMinimum value of all cells in the column. Applicable to numeric and date/time columns only.
SumSum of all cell values in the column. Applicable to numeric columns only.
Requirements

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

See Also