Articles in this section
Category / Section

How to decrease the loading time of OlapClient when loading more data

1 min read

When we are trying to load more data the loading time of the OlapClient gets increased. This can be avoided by enabling the paging to view the record paged size in order to decrease the loading time.

Please use the following way to enable/disable the paging option in OLAP Client control

C#

public MainPage()
        {
            InitializeComponent();
            this.DataContext = new ViewModel.ViewModel();
            this.olapClient.EnablePaging = true;
        }

XAML

<syncfusion:OlapClient  x:Name="olapClient" EnablePaging="True" 
 
              OlapDataManager="{Binding OlapDataManager}">
 

 

 

Figure: OlapClient with OlapPager enabled

 

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