Determines the summary calculation function performed on the field value.
| Member | Description |
|---|---|
| Sum | Calculates the total of all values within the specified summary region (group, page or report). |
| 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). |
| Min | Calculates the minimum of all values 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). |
| 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). |
| 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). |
| DSum | Calculates the total based on the distinct values of another field 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). |
| 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). |
| 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). |
DataDynamics.ActiveReports Namespace | SummaryFunc Property
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.