ComponentOne ASP.NET MVC Controls
SortableGroups Property

C1.Web.Mvc.Olap Namespace > PivotEngine Class : SortableGroups Property
Gets or 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
 
<DefaultValueAttribute(True)>
Public Property SortableGroups As Boolean
[DefaultValue(true)]
public bool SortableGroups {get; set;}
Remarks
It works when the SubTotals are included.
See Also

Reference

PivotEngine Class
PivotEngine Members