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