Articles in this section
Category / Section

How to hide all the ToolBars in OlapClient Control

1 min read

The ToolBars in OlapClient can be made hidden based on the property “ShowToolBarsInOlapClient”. When setting this property to false, all the three toolbars (i.e., OlapClient ToolBar, OlapChart ToolBar and OlapGrid ToolBar ) will get hidden. Please refer the below code snippet to know how to set this property.

C#

public MainPage()
        {
            InitializeComponent();
            this.DataContext = new ViewModel.ViewModel();
            this.olapClient.ShowToolBarsInOlapClient = false;
        }

 

 

Figure: OlapClient with hidden ToolBars

 

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