Właściwość IHierarchyMember.SortExpressions
Sortowanie do członków hierchy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Property SortExpressions As IList(Of SortExpression)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<SortExpression>
IList<T> Obiektu.
Zobacz także