FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / SortEnum Enumeration

In This Topic
    SortEnum Enumeration
    In This Topic
    Specifies how groups should be sorted.
    Syntax
    'Declaration
     
    Public Enum SortEnum 
       Inherits System.Enum
    public enum SortEnum : System.Enum 
    Members
    MemberDescription
    AscendingSort records in ascending order.
    DescendingSort records in descending order.
    NoSortDo not sort records for this group.
    Remarks
    Use the members of this enumeration to set the value of the Group.Sort property in the Group class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.SortEnum

    See Also