Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied