IHierarchyMember.SortExpressions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.