PivotCustomDataSourceSchemaBuilder

Methods

Axes(System.String)

Sets Axes option.

Parameters

axes - System.String

Axes option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Axes(System.Func)

Sets JavaScript function which to return axes.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Cubes(System.String)

Sets Cubes option.

Parameters

cubes - System.String

Cubes option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Cubes(System.Func)

Sets JavaScript function which to return cubes.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Catalogs(System.String)

Sets Catalogs option.

Parameters

catalogs - System.String

Catalogs option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Catalogs(System.Func)

Sets JavaScript function which to return catalogs.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Measures(System.String)

Sets Measures option.

Parameters

measures - System.String

Measures option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Measures(System.Func)

Sets JavaScript function which to return measures.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Dimensions(System.String)

Sets Dimensions option.

Parameters

dimensions - System.String

Dimensions option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Dimensions(System.Func)

Sets JavaScript function which to return dimensions.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Hierarchies(System.String)

Sets Hierarchies option.

Parameters

hierarchies - System.String

Hierarchies option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Hierarchies(System.Func)

Sets JavaScript function which to return hierarchies.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Levels(System.String)

Sets Levels option.

Parameters

levels - System.String

Levels option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Levels(System.Func)

Sets JavaScript function which to return levels.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.

Type(System.String)

Sets Schema Type option

Parameters

type - System.String

Type option

RETURNS

The PivotCustomDataSourceSchemaBuilder object to support method chaining.