| Visual Basic (Declaration) | |
|---|---|
Public Enum SummaryFunc Inherits System.Enum | |
| C# | |
|---|---|
public enum SummaryFunc : System.Enum | |
| Member | 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). |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.SummaryFunc
Reference
GrapeCity.ActiveReports.SectionReportModel NamespaceActiveReports6~GrapeCity.ActiveReports.TextBox~SummaryFunc