ASP.NET Core MVC コントロールヘルプ
TotalsBeforeData メソッド

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotEngineBuilder クラス : TotalsBeforeData メソッド
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.
シンタックス
'宣言
 
Public Function TotalsBeforeData( _
   ByVal value As System.Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder TotalsBeforeData( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If this value is set to true, total rows appear above data rows and total columns appear on the left of regular data columns.
参照

PivotEngineBuilder クラス
PivotEngineBuilder メンバ