FlexReport for WinForms
SortEnum 列挙体


C1.Report アセンブリ > C1.Report 名前空間 : SortEnum 列挙体
Specifies how groups should be sorted.
シンタックス
'宣言
 
Public Enum SortEnum 
   Inherits System.Enum
'使用法
 
Dim instance As SortEnum
public enum SortEnum : System.Enum 
メンバ
メンバ解説
Ascending
Sort records in ascending order.
Descending
Sort records in descending order.
NoSort
Do not sort records for this group.
解説
Use the members of this enumeration to set the value of the Group.Sort property in the Group class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.SortEnum

参照

参照

C1.Report 名前空間