ComponentOne FlexReport for WinForms
SortEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : SortEnum Enumeration
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

Reference

C1.Win.FlexReport Namespace