ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / DataRegion Class / SortExpressions Property

In This Topic
    SortExpressions Property (DataRegion)
    In This Topic
    Gets the DataRegion.SortExpressions collection containing expressions by which to sort the rows of data in the current data region.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortExpressions As SortExpressions
    public SortExpressions SortExpressions {get;}
    See Also