[]
        
(Showing Draft Content)

C1.Report.Group.Sort

Sort Property

Sort

Gets or sets the group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.

Declaration
[C1Description("Group.Sort", "The group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.")]
public SortEnum Sort { get; set; }
<C1Description("Group.Sort", "The group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.")>
Public Property Sort As SortEnum