Class MDXQuerySpecification
Represents the specification for building an MDX Query.
Inheritance
Inherited Members
Namespace: Syncfusion.Olap.MDXQueryBuilder
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class MDXQuerySpecification
Remarks
TODO {Aggregates, Calculation}
Constructors
MDXQuerySpecification()
Initializes a new instance of the MDXQuerySpecification class.
Declaration
public MDXQuerySpecification()
Properties
CubeName
Gets or sets the name of the cube.
Declaration
public string CubeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the cube. |
EngineVersion
Gets or sets the version of engine.
Declaration
public QueryBuilderEngineVersions EngineVersion { get; set; }
Property Value
Type | Description |
---|---|
QueryBuilderEngineVersions | The version of engine. |
Filter
Gets or sets the condition of the filter.
Declaration
public Where Filter { get; set; }
Property Value
Type | Description |
---|---|
Where | The filter condition. |
IsKPI
Gets or sets a value indicating whether this instance is KPI.
Declaration
public bool IsKPI { get; set; }
Property Value
Type |
---|
System.Boolean |
IsPagingEnabled
Gets or sets a value indicating whether the paging is enabled.
Declaration
public bool IsPagingEnabled { get; set; }
Property Value
Type |
---|
System.Boolean |
KPIAxis
Gets or sets the axis position of KPI.
Declaration
public AxisPosition KPIAxis { get; set; }
Property Value
Type | Description |
---|---|
AxisPosition | The axis position of KPI. |
Page
Gets or sets the pager options.
Declaration
public PagerOptions Page { get; set; }
Property Value
Type | Description |
---|---|
PagerOptions | The PagerOptions object. |
Select
Gets or sets the 'select' clause.
Declaration
public Select Select { get; set; }
Property Value
Type | Description |
---|---|
Select | The 'select' clause. |
ShowEmptyColumnData
Gets or sets a value indicating whether to show empty column data.
Declaration
public bool ShowEmptyColumnData { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowEmptyRowData
Gets or sets a value indicating whether to show empty row data.
Declaration
public bool ShowEmptyRowData { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowGrandTotal
Gets or sets a value indicating whether to show grand total.
Declaration
public bool ShowGrandTotal { get; set; }
Property Value
Type |
---|
System.Boolean |
Slicer
Gets or sets condition of the slicer.
Declaration
public Where Slicer { get; set; }
Property Value
Type | Description |
---|---|
Where | The slicer condition. |
With
Gets or sets the 'with' clause.
Declaration
public With With { get; set; }
Property Value
Type | Description |
---|---|
With | The 'with' clause. |