ComponentOne ASP.NET MVC Controls
SortableGroups Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : SortableGroups Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.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.
Syntax
'Declaration
 
Public Function SortableGroups( _
   ByVal value As Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder SortableGroups( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
It works when the SubTotals are included.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members