transport.connection.catalog String

The catalog name.

Example - set the connection catalog name

<script>
var dataSource = new kendo.data.PivotDataSourceV2({
  type: "xmla",
  transport: {
    connection: {
        catalog: "Adventure Works DW 2008R2"
    },
    read: "https://demos.telerik.com/olap/msmdpump.dll",
  }

});
</script>
In this article