transportObject

The configuration used to load data items and discover schema information.

Example

<script>
var dataSource = new kendo.data.PivotDataSourceV2({
  type: "xmla",
  transport: {
    connection: {
      catalog: "Adventure Works DW 2008R2",
      cube: "Adventure Works"
    },
    read: "https://demos.telerik.com/service/v2/olap/msmdpump.dll",
    discover: "https://demos.telerik.com/service/v2/olap/msmdpump.dll"
  }
});
</script>
In this article
transportRelated Properties
Not finding the help you need?
Contact Support