ComponentOne ASP.NET MVC Controls
TotalsBeforeData Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : TotalsBeforeData Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.TotalsBeforeData. Sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.
Syntax
'Declaration
 
Public Function TotalsBeforeData( _
   ByVal value As Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder TotalsBeforeData( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If this value is set to true, total rows appear above data rows and total columns appear on the left of regular data columns.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members