Compartilhar via


Propriedade do RDL IHierarchyMember.SortExpressions

Gets or sets the sorting to apply to the hierchy members.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Property SortExpressions As IList(Of SortExpression)
    Get 
    Set
'Uso
Dim instance As IHierarchyMember 
Dim value As IList(Of SortExpression)

value = instance.SortExpressions

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

Valor da propriedade

Tipo: System.Collections.Generic.IList<SortExpression>
An IList<T> object.

Consulte também

Referência

IHierarchyMember Interface

Namespace Microsoft.ReportingServices.RdlObjectModel