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

In This Topic
    SortExpressions Property (ChartMember)
    In This Topic
    Gets the ChartMember.SortExpressions collection containing the expressions by which to sort the group instances. Not used if ChartMember.Group is null.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortExpressions As SortExpressions
    public SortExpressions SortExpressions {get;}
    See Also