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

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotFieldCollectionBuilder クラス : MaxItems メソッド
The value.
Configurates C1.Web.Mvc.Olap.PivotFieldCollection.MaxItems. Sets the maximum number of fields allowed in this collection.
シンタックス
'宣言
 
Public Function MaxItems( _
   ByVal value As System.Nullable(Of Integer) _
) As PivotFieldCollectionBuilder
public PivotFieldCollectionBuilder MaxItems( 
   System.Nullable<int> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
This property is set to null by default, which means any number of items is allowed.
参照

PivotFieldCollectionBuilder クラス
PivotFieldCollectionBuilder メンバ