Kendo.Mvc.UI.Fluent.PivotXmlaDataSourceBuilder
Defines the fluent interface for configuring the PivotDataSource component.
Methods
Events(System.Action<Kendo.Mvc.UI.Fluent.DataSourceEventBuilder>)
Configures the client-side events
Transport(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportBuilder>)
Configures the transport of the Xmla DataSource
Columns(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceColumnFactory>)
Sets the columns of the Xmla DataSource.
Rows(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceRowFactory>)
Sets the rows of the Xmla DataSource.
Measures(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceMeasureBuilder>)
Sets the measures of the Xmla DataSource.
Sort(System.Action<Kendo.Mvc.UI.Fluent.DataSourceSortDescriptorFactory<System.Object>>)
Configures the initial sorting.