Articles in this section
Category / Section

How to Enable AutoExecute Property in OlapClient WPF

1 min read

The AutoExecute property allows the users to drag and drop elements to the Axis Element Builder without the query being executed after every change. This would be very useful if a user wanted to see only a specific subset of data within a large cross section. After clicking the AutoExecute button in the OlapClient ToolBar, the chart and grid in OlapClient has been rendered with corresponding data.

C#

 

void olapClient1_Loaded(object sender, RoutedEventArgs e)

        {

            this.olapClient1.OlapClientToolBar.AutoExecute = true;

        }

 

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