Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / UserSort Class / SortExpression Property

In This Topic
    SortExpression Property
    In This Topic
    Gets or sets the expression on which to sort. Has the same restrictions as a Group Filter expression. Aggregates used in SortExpression may only use scopes which equal or contain the SortExpressionScope. Aggregates without an explicit scope are not allowed in SortExpression if no SortExpressionScope is specified.
    Syntax
    'Declaration
     
    Public Property SortExpression As RdlObject
    public RdlObject SortExpression {get; set;}
    See Also