[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.TotalsBeforeData

TotalsBeforeData Method

TotalsBeforeData(bool)

Configurates TotalsBeforeData. Sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.

Declaration
public PivotEngineBuilder TotalsBeforeData(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
PivotEngineBuilder

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.