ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace / Aggregate Structure
Fields Properties Methods

In This Topic
    Aggregate Structure Members
    In This Topic

    The following tables list the members exposed by Aggregate.

    Public Fields
     NameDescription
    Public FieldAggregate function.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns True if the aggregate function requires single argument.  
    Public PropertyVariant-based aggregate state representation. This state can be used with Create(AggregateFunction,Variant[]) method.  
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates value into aggregate state.  
    Public MethodCombines two aggregates into one.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates aggregate with a given state.  
    Public MethodGets the aggregate function result.  
    Top
    See Also