ComponentOne ASP.NET MVC Controls
ShowRowTotals Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : ShowRowTotals Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.ShowRowTotals. Sets a value that determines whether the output data should include rows containing subtotals or grand totals.
Syntax
'Declaration
 
Public Function ShowRowTotals( _
   ByVal value As ShowTotals _
) As PivotEngineBuilder
public PivotEngineBuilder ShowRowTotals( 
   ShowTotals value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members