[]
        
(Showing Draft Content)

C1.Report.GroupDef.SortExpression

SortExpression Field

Defines the sorting expression, it can be used to sort group instances by the aggregate function. For example: Sum(someField). Direction of the sorting specified by the Sorting property. If SortExpression is not specified then groups sorted bu the value returned Expression expression.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public string SortExpression
Returns
Type Description
string Defines the sorting expression, it can be used to sort group instances by the aggregate function. For example: Sum(someField). Direction of the sorting specified by the property. If is not specified then groups sorted bu the value returned expression.