ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / SortState Enumeration

In This Topic
    SortState Enumeration
    In This Topic
    Represents state of interactive sorting.
    Syntax
    'Declaration
     
    Public Enum SortState 
       Inherits System.Enum
    public enum SortState : System.Enum 
    Members
    MemberDescription
    AscendingSorted by ascending.
    DescendingSorted by descending.
    NoneNot sorted.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.SortState

    See Also