[System.Web.Http.ActionName("InitializeClient")]
[System.Web.Http.HttpPost]
public Dictionary < string, object > InitializeClient(Dictionary < string, object > jsonResult)
{
OlapDataManager DataManager = new OlapDataManager(connectionString);
DataManager.SetCurrentReport(CreateOlapReport());
return olapClientHelper.GetJsonData(jsonResult["action"].ToString(), DataManager, jsonResult["clientParams"].ToString());
}
And BTW, your example of saving/loading/deleting reports are not working
|
Sorry for the inconvience caused. We will fix this issue and will refresh the live samples soon. |
1st: load all saved reports
2nd: set the first saved report as the current one.
How to accomplish that?
And, where are the OlapClient (c# class) docs?
|
We have prepared stand- alone sample for your requirements, please find the sample in following link.
|