[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.SortableGroups

SortableGroups Method

SortableGroups(bool)

Configurates SortableGroups. Sets a value that determines whether the engine should sort groups when sorting the value fields (measures) or whether it should keep the group order and the data only within each group.

Declaration
public PivotEngineBuilder SortableGroups(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
PivotEngineBuilder

Current builder.

Remarks

It works when the SubTotals are included.