ComponentOne ASP.NET MVC Controls
CollapsibleSubtotals Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotGridBuilder Class : CollapsibleSubtotals Method
The value.
Configurates C1.Web.Mvc.Olap.PivotGrid.CollapsibleSubtotals. Sets a value that determines whether the grid should allow users to collapse and expand subtotal groups of rows and columns.
Syntax
'Declaration
 
Public Function CollapsibleSubtotals( _
   ByVal value As Boolean _
) As PivotGridBuilder
public PivotGridBuilder CollapsibleSubtotals( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotGridBuilder Class
PivotGridBuilder Members