Posted 3 August 2018, 12:15 am EST
Hi,
The devs have explained that the main reason behind you not being able to save the grid is that the C1OlapPage make the analysis asynchronously in the separate thread using the BackgroundWorker class internally.
So, you should wait until the analysis completes and the data appears in the grid before saving it. For this you can use the C1OlapPage.Updated event. This is the only right place where you should save the analyzed grid.
Now, the change in behavior was done few years back and it would not be correct to revert back the old behavior. So, I am sorry to say but you should change your code if you want to save analyzed grid with data.
To help you modify your existing code according to current behavior, we have attached a sample application for your reference. That is you now need to implement only one event in your code - C1OlapPage.Updated.
Thanks,
RuchirOlapDemo_v20131_fixed.zip