Hi, I'm trying to do an example with Olap but I can't find one. Can you send me a sample project with Olap, your example service, web api controller and server mode?thank you
.EnableDrillThrough(true) say to me -> "reference not set to an object instance"
.EnableDrillThrough(true) say to me -> "reference not set to an object instance" into method [System.Web.Http.ActionName("InitializeGrid")]|
public Dictionary<string, object> InitializeGrid(Dictionary<string, object> jsonResult)
{
jsonResult["action"] = "initializeGrid";
OlapDataManager DataManager = new OlapDataManager(connectionString);
//…
} |