FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report 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