Kendo.Mvc.UI.Fluent.PivotAjaxDataSourceSchemaCubeMeasureBuilder
Defines the fluent interface for configuring the PivotDataSourceSchemaCube Measures.
Methods
Field(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Describes a measure field
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
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<System.Object,System.Object>)
Sets JavaScript function which to return the aggregate.
AggregateName(System.String)
Sets a built-in Aggregate option
Parameters
aggregateName System.String
Aggregate option
Result(System.String)
Sets Result option
Parameters
result System.String
Result option
Result(System.Func<System.Object,System.Object>)
Sets JavaScript function which to return the result value.