See Also

DataDynamics.ActiveReports Namespace  | SummaryFunc Property

Language

Visual Basic

C#

Show All

See AlsoLanguages ActiveReports Send feedback to Data Dynamics

SummaryFunc Enumeration

Determines the summary calculation function performed on the  field value.

Members

MemberDescription
SumCalculates the total of all values within the specified summary region (group, page or report).
AvgCalculates the average of all values within the specified summary region (group, page or report).
CountCalculates the count of all values within the specified summary region (group, page or report).
MinCalculates the minimum of all values within the specified summary region (group, page or report).
MaxCalculates the maximum of all values within the specified summary region (group, page or report).
VarCalculates the variance of all values within the specified summary region (group, page or report).
VarPCalculates the population variance of all values within the specified summary region (group, page or report).
StdDevCalculates the standard deviation of all values within the specified summary region (group, page or report).
StdDevPCalculates the population standard deviation of all values within the specified summary region (group, page or report).
DSumCalculates the total based on the distinct values of another field within the specified summary region (group, page or report).
DAvgCalculates the average based on the distinct values of another field within the specified summary region (group, page or report).
DCountCalculates the distinct count based on the distinct values of another field within the specified summary region (group, page or report).
DVarCalculates the variance based on the distinct values of another field within the specified summary region (group, page or report).
DVarPCalculates the population distinct variance based on the distinct values of another field within the specified summary region (group, page or report).
DStdDevCalculates the standard deviation based on the distinct values of another field within the specified summary region (group, page or report).
DStdDevPCalculates the population standard deviation based on the distinct values of another field within the specified summary region (group, page or report).

See Also

DataDynamics.ActiveReports Namespace  | SummaryFunc Property

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.