Articles in this section

How to add sort elements in OlapReport

We can create Sort elements and add it to the OlapReport. The following report will illustrate the creation of Sort element:  

C#

SortElement sortElement = new SortElement(AxisPosition.Categorical, SortOrder.ASC, true);
sortElement.Element.UniqueName = "[Measures].[Internet Sales Amount]";
 

 

 

Figure: OlapGrid is sorted in Ascending order

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied