FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Group Class / SortExpression Property

In This Topic
    SortExpression Property
    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