ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / UserSort Class / SortExpression Property

In This Topic
    SortExpression Property (UserSort)
    In This Topic
    Gets or sets the expression to sort on.
    Syntax
    'Declaration
     
    Public Property SortExpression As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo SortExpression {get; set;}
    Remarks
    Has the same restrictions as a grouping filter expression. Aggregates used in the SortExpression should only use scopes equal, or contain, the SortExpressionScope. If no SortExpressionScope is specified aggregates must set the scope.
    See Also