Class CommonOlap
Inheritance
System.Object
CommonOlap
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
Constructors
CommonOlap()
Declaration
Methods
DeserializedReports(String)
Declaration
public OlapReportCollection DeserializedReports(string reports)
Parameters
Type |
Name |
Description |
System.String |
reports |
|
Returns
Type |
Description |
Syncfusion.Olap.Reports.OlapReportCollection |
|
FindCubeNames(OlapDataManager)
Declaration
public List<string> FindCubeNames(OlapDataManager datamanager)
Parameters
Type |
Name |
Description |
Syncfusion.Olap.Manager.OlapDataManager |
datamanager |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
FindCubeTreeInfo(OlapDataManager)
Declaration
public List<object> FindCubeTreeInfo(OlapDataManager DataManager)
Parameters
Type |
Name |
Description |
Syncfusion.Olap.Manager.OlapDataManager |
DataManager |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
FindElements(OlapDataManager, AxisPosition)
Declaration
public List<object> FindElements(OlapDataManager DataManager, AxisPosition axis)
Parameters
Type |
Name |
Description |
Syncfusion.Olap.Manager.OlapDataManager |
DataManager |
|
Syncfusion.Olap.Reports.AxisPosition |
axis |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
FindMeasureElements(OlapDataManager, Items)
Declaration
public List<object> FindMeasureElements(OlapDataManager DataManager, Items elements)
Parameters
Type |
Name |
Description |
Syncfusion.Olap.Manager.OlapDataManager |
DataManager |
|
Syncfusion.Olap.Reports.Items |
elements |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
OnExpFiltering(String, OlapReport, String, OlapDataManager)
Declaration
public static OlapReport OnExpFiltering(string action, OlapReport olapReport, string clientParams, OlapDataManager DataManager)
Parameters
Type |
Name |
Description |
System.String |
action |
|
Syncfusion.Olap.Reports.OlapReport |
olapReport |
|
System.String |
clientParams |
|
Syncfusion.Olap.Manager.OlapDataManager |
DataManager |
|
Returns
Type |
Description |
Syncfusion.Olap.Reports.OlapReport |
|
SetExpanderState(OlapReport)
Declaration
public static bool SetExpanderState(OlapReport currentReport)
Parameters
Type |
Name |
Description |
Syncfusion.Olap.Reports.OlapReport |
currentReport |
|
Returns
Type |
Description |
System.Boolean |
|