IHierarchyMember.SortExpressions Property

Definition

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

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::SortExpression ^> ^ SortExpressions { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::SortExpression ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::SortExpression ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.SortExpression> SortExpressions { get; set; }
member this.SortExpressions : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.SortExpression> with get, set
Public Property SortExpressions As IList(Of SortExpression)

Property Value

An IList<T> object.

Applies to