We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Essential JS2

Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library.

Syncfusion Feedback

How to get the name of the cube while loading back the saved OLAP Report?

Platform: jQuery |
Control: ejPivotClient

This KB illustrates that how to get cube name while loading saved report

Solution:

You can get the cube’s name of the loaded OLAP Report (that is saved earlier) by using the following code examples.

C#

public Dictionary<string, object> LoadReportFromDB(string reportName, string olapReport, string clientReports)
{
   OlapDataManager DataManager = new OlapDataManager(connectionString);
   DataManager.Reports = olapClientHelper.DeserializedReports(reportString);
   DataManager.SetCurrentReport(DataManager.Reports[0]);
   var currentCubeName = DataManager.CurrentCubeName;
   return olapClientHelper.GetJsonData("toolbarOperation", DataManager, "Load Report", reportName);
}

 

VB

Public Function LoadReportFromDB(ByVal reportName As String, ByVal olapReport As String, ByVal clientReports As String) As Dictionary(Of String, Object)
   Dim DataManager As OlapDataManager = New OlapDataManager(connectionString)
   DataManager.Reports = olapClientHelper.DeserializedReports(reportString)
   DataManager.SetCurrentReport(DataManager.Reports(0))
   Dim currentCubeName = DataManager.CurrentCubeName
   Return olapClientHelper.GetJsonData("toolbarOperation", DataManager, "Load Report", reportName)
End Function

 

ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile