Articles in this section

How to display the attributes name instead of dimension name in the split button

This can be achieved by using the following code snippet.

C#

 
public MainPage()
{

InitializeComponent();
this.DataContext = new ViewModel.ViewModel();
this.olapClient.AxisItemDisplayMode = SplitButtonDisplayMode.WithHierarchyCaption;
 
}
 

 

 

        

Figure: SplitButton with attribute name as caption

 

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