ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / InteractiveSort Structure / SortExpression Field

In This Topic
    SortExpression Field
    In This Topic
    Gets the expression used for sorting.
    Syntax
    'Declaration
     
    Public ReadOnly SortExpression As ExpressionInfo
    public readonly ExpressionInfo SortExpression

    Field Value

    The expression that determines the values to sort by.
    Remarks
    The sort expression is evaluated within the context defined by SortExpressionScope to produce the values that are used for sorting.
    See Also