[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.SummaryFunc

SummaryFunc Enum

Determines the summary calculation function performed on the field value.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum SummaryFunc

Fields

Name Description
Avg

Calculates the average of all values within the specified summary region (group, page or report).

Count

Calculates the count of all values within the specified summary region (group, page or report).

DAvg

Calculates the average based on the distinct values of another field within the specified summary region (group, page or report).

DCount

Calculates the distinct count based on the distinct values of another field within the specified summary region (group, page or report).

DStdDev

Calculates the standard deviation based on the distinct values of another field within the specified summary region (group, page or report).

DStdDevP

Calculates the population standard deviation based on the distinct values of another field within the specified summary region (group, page or report).

DSum

Calculates the total based on the distinct values of another field within the specified summary region (group, page or report).

DVar

Calculates the variance based on the distinct values of another field within the specified summary region (group, page or report).

DVarP

Calculates the population distinct variance based on the distinct values of another field within the specified summary region (group, page or report).

Max

Calculates the maximum of all values within the specified summary region (group, page or report).

Min

Calculates the minimum of all values within the specified summary region (group, page or report).

StdDev

Calculates the standard deviation of all values within the specified summary region (group, page or report).

StdDevP

Calculates the population standard deviation of all values within the specified summary region (group, page or report).

Sum

Calculates the total of all values within the specified summary region (group, page or report).

Var

Calculates the variance of all values within the specified summary region (group, page or report).

VarP

Calculates the population variance of all values within the specified summary region (group, page or report).

Extension Methods