Articles in this section
Category / Section

How to avoid loading the default report in OlapClient WPF

1 min read

Once the data source bounded with OLAP Client, a default report will be created and the OLAP Client will populated with that default report initially. To avoid loading the default report in the OlapClient, we have to set LoadWithDefaultReport” dependency property of OlapClient as “False” in XAML(design) level and default value of this property is true.

The following code shows how to set the property.

XAML

<syncfusion:OlapClient Name="olapClient1" OlapDataManager="{Binding ClientDataManager}" LoadWithDefaultReport="False" />
 

 

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