New to Telerik UI for ASP.NET MVC? Download free 30-day trial

PivotCustomDataSourceSchemaBuilder

Methods

Axes(System.String)

Sets Axes option.

Parameters

axes - System.String

Axes option

Axes(System.Func)

Sets JavaScript function which to return axes.

Parameters

handler - System.Func<Object,Object>

Cubes(System.String)

Sets Cubes option.

Parameters

cubes - System.String

Cubes option

Cubes(System.Func)

Sets JavaScript function which to return cubes.

Parameters

handler - System.Func<Object,Object>

Catalogs(System.String)

Sets Catalogs option.

Parameters

catalogs - System.String

Catalogs option

Catalogs(System.Func)

Sets JavaScript function which to return catalogs.

Parameters

handler - System.Func<Object,Object>

Measures(System.String)

Sets Measures option.

Parameters

measures - System.String

Measures option

Measures(System.Func)

Sets JavaScript function which to return measures.

Parameters

handler - System.Func<Object,Object>

Dimensions(System.String)

Sets Dimensions option.

Parameters

dimensions - System.String

Dimensions option

Dimensions(System.Func)

Sets JavaScript function which to return dimensions.

Parameters

handler - System.Func<Object,Object>

Hierarchies(System.String)

Sets Hierarchies option.

Parameters

hierarchies - System.String

Hierarchies option

Hierarchies(System.Func)

Sets JavaScript function which to return hierarchies.

Parameters

handler - System.Func<Object,Object>

Levels(System.String)

Sets Levels option.

Parameters

levels - System.String

Levels option

Levels(System.Func)

Sets JavaScript function which to return levels.

Parameters

handler - System.Func<Object,Object>

Type(System.String)

Sets Schema Type option

Parameters

type - System.String

Type option

In this article
Not finding the help you need?