Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the expressions by which to sort the group instances. Not allowed if Group is omitted
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SortExpressions As IList(Of SortExpression)
Get
Set
'Usage
Dim instance As TablixMember
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>)
Property Value
Type: System.Collections.Generic.IList<SortExpression>
The expressions by which to sort the group instances.
Implements
IHierarchyMember.SortExpressions