ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / AggregateType Enumeration

In This Topic
    AggregateType Enumeration
    In This Topic
    Specifies the aggregate for data field
    Syntax
    'Declaration
     
    Public Enum AggregateType 
       Inherits System.Enum
    public enum AggregateType : System.Enum 
    Members
    MemberDescription
    Average 
    Count 
    CountOfAll 
    List 
    Max 
    Min 
    None 
    PopulationStandardDeviation 
    PopulationVariance 
    Range 
    StandardDeviation 
    Sum 
    Variance 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.AggregateType

    See Also