Udostępnij za pośrednictwem


Właściwość ChartMember.SortExpressions

Wyrażenia, według której chcesz sortować wystąpienia element członkowski.Niedozwolone, jeśli grupa zostanie pominięty.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property SortExpressions As IList(Of SortExpression)
    Get
    Set
'Użycie
Dim instance As ChartMember
Dim value As IList(Of SortExpression)

value = instance.SortExpressions

instance.SortExpressions = value
public IList<SortExpression> SortExpressions { get; set; }
public:
virtual property IList<SortExpression^>^ SortExpressions {
    IList<SortExpression^>^ get () sealed;
    void set (IList<SortExpression^>^ value) sealed;
}
abstract SortExpressions : IList<SortExpression> with get, set
override SortExpressions : IList<SortExpression> with get, set
final function get SortExpressions () : IList<SortExpression>
final function set SortExpressions (value : IList<SortExpression>)

Wartość właściwości

Typ: System.Collections.Generic.IList<SortExpression>
IList<T> Obiektu.

Implementacje

IHierarchyMember.SortExpressions