| Visual Basic (Declaration) | |
|---|---|
Public Enum SummaryFunc Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SummaryFunc : Enum | |
| 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). |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.SummaryFunc