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

PivotAjaxDataSourceSchemaCubeMeasureBuilder

Methods

Field(System.Linq.Expressions.Expression)

Describes a measure field

Parameters

expression - System.Linq.Expressions.Expression<Func>

Member access expression which describes the field

Field(System.String)

Describes a measure field

Parameters

member - System.String

The member name for the measure.

Caption(System.String)

Describes a caption of the measure.

Parameters

caption - System.String

The caption for the measure.

Format(System.String)

Describes a format of the measure.

Parameters

format - System.String

The format for the measure.

Aggregate(System.String)

Sets Aggregate option

Parameters

aggregate - System.String

Aggregate option

Aggregate(System.Func)

Sets JavaScript function which to return the aggregate.

Parameters

handler - System.Func<Object,Object>

AggregateName(System.String)

Sets a built-in Aggregate option

Parameters

aggregateName - System.String

Result(System.String)

Sets Result option

Parameters

result - System.String

Result option

Result(System.Func)

Sets JavaScript function which to return the result value.

Parameters

handler - System.Func<Object,Object>
In this article
Not finding the help you need?