FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Group Class / SortExpression Property

In This Topic
    SortExpression Property (Group)
    In This Topic
    Gets or sets the sort expression. Can be used to sort the group instances by an aggregate function.
    Syntax
    'Declaration
     
    Public Property SortExpression As String
    public string SortExpression {get; set;}
    See Also