Cube
methodsGets or sets the current cube name.
Set the cube
pseudo
<script>
var dataSource = new kendo.data.PivotDataSourceV2({
type: "xmla",
columns: ["[Date].[Calendar]"],
transport: {
connection: {
catalog: "Adventure Works DW 2008R2"
},
read: "https://demos.telerik.com/service/v2/olap/msmdpump.dll"
}
});
dataSource.cube("Adventure Works");
dataSource.fetch();
</script>
The name of the cube.
—The current cube name.