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

In This Topic
    SortType Enumeration
    In This Topic
    Grouping methods
    Syntax
    'Declaration
     
    Public Enum SortType 
       Inherits System.Enum
    public enum SortType : System.Enum 
    Members
    MemberDescription
    AscendingAscending sorting
    DescendingDescending sorting
    NoneNo sorting
    Inheritance Hierarchy

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

    See Also