New to KendoReact? Start a free 30-day trial
PivotOLAPServiceProps
PivotOLAPServicePropsPremium
Represents the properties of the PivotOLAPService component.
Name | Type | Default | Description |
---|---|---|---|
catalog |
|
The name of the catalog containing the cube. | |
children |
|
A render prop function that receives the service state and returns JSX elements. | |
cube |
|
The name of the cube to connect to. | |
defaultColumnAxes? |
|
The default configuration of the column axes. | |
defaultFilter? |
|
The default filter descriptors. | |
defaultMeasureAxes? |
|
The default configuration of the measure axes. | |
defaultRowAxes? |
|
The default configuration of the row axes. | |
defaultSort? |
|
The default sort descriptors. | |
url |
|
The URL of the OLAP service endpoint. |