ActiveReports 12
AggregateFunction Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace : AggregateFunction Enumeration
Specifies the available intrinsic aggregate function names
Syntax
'Declaration
 
Public Enum AggregateFunction 
   Inherits System.Enum
public enum AggregateFunction : System.Enum 
Members
MemberDescription
AggregateReturns an aggregate defined by the data provider
AggregateIfDetermines the AggregateIf value for a list of facts
AvgUses Sum+Count to calculate average
CountCounts non-null values for each record in a list of facts
CountDistinctCounts based on distinct values of an expression for each record in a list of Facts
CountRowsCounts all records
DistinctSumDetermines the DistinctSum value for a list of facts
EmptySpecifies non aggregate function
First 
Last 
MaxMax of all values in a list of facts
MedianDetermines the median value for a list of facts
MinMin of all values in a list of facts
ModeDetermines the mode value for a list of facts
StDevBorrows from Var (Square Root of Var)
StDevPBorrows from VarP (Square Root of VarP)
SumCalculates sum of non-null values for each record in a list of facts
ToArray 
VarBorrows from SumSquare, Sum, & Count
VarPBorrows from SumSquare, Sum, & Count
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Enterprise.Data.DataEngine.Aggregates.AggregateFunction

See Also

Reference

GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace