ASP.NET Core MVC コントロールヘルプ
Fields メソッド (PivotPanelBuilder)

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotPanelBuilder クラス : Fields メソッド
The builder function.
Configurates C1.Web.Mvc.Olap.PivotPanel.Fields. Sets the list of the C1.Web.Mvc.Olap.PivotField objects which can be used in the view.
シンタックス
'宣言
 
Public Function Fields( _
   ByVal build As System.Action(Of PivotFieldCollectionBuilder) _
) As PivotPanelBuilder
public PivotPanelBuilder Fields( 
   System.Action<PivotFieldCollectionBuilder> build
)

パラメータ

build
The builder function.

戻り値の型

Current builder.
解説
This property doesn't work when the value of the ItemsSourceId property is not empty.
参照

PivotPanelBuilder クラス
PivotPanelBuilder メンバ