Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the expressions by which to sort the rows of data in the data region.
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 DataRegion
Dim value As IList(Of SortExpression)
value = instance.SortExpressions
instance.SortExpressions = value
public IList<SortExpression> SortExpressions { get; set; }
public:
property IList<SortExpression^>^ SortExpressions {
IList<SortExpression^>^ get ();
void set (IList<SortExpression^>^ value);
}
member SortExpressions : IList<SortExpression> with get, set
function get SortExpressions () : IList<SortExpression>
function set SortExpressions (value : IList<SortExpression>)
Property Value
Type: System.Collections.Generic.IList<SortExpression>
An IList<T> object.