Kendo.Mvc.UI.Fluent.PivotCustomDataSourceSchemaBuilder
Defines the fluent interface for configuring the PivotDataSourceSchema options.
Methods
Axes(System.String)
Sets Axes option.
Parameters
axes System.String
Axes option
Axes(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return axes.
Cubes(System.String)
Sets Cubes option.
Parameters
cubes System.String
Cubes option
Cubes(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return cubes.
Catalogs(System.String)
Sets Catalogs option.
Parameters
catalogs System.String
Catalogs option
Catalogs(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return catalogs.
Measures(System.String)
Sets Measures option.
Parameters
measures System.String
Measures option
Measures(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return measures.
Dimensions(System.String)
Sets Dimensions option.
Parameters
dimensions System.String
Dimensions option
Dimensions(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return dimensions.
Hierarchies(System.String)
Sets Hierarchies option.
Parameters
hierarchies System.String
Hierarchies option
Hierarchies(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return hierarchies.
Levels(System.String)
Sets Levels option.
Parameters
levels System.String
Levels option
Levels(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return levels.
Type(System.String)
Sets Schema Type option
Parameters
type System.String
Type option