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

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap.Fluent 名前空間 > PivotEngineBuilder クラス : ServerMaxDetail メソッド
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.ServerMaxDetail. Sets the maximum number of records when getting the detail data from the server. The default value for this property is 1000, which provides a reasonable amount of detail in many scenarios. If you want to allow more detail records to be retrieved, increase the value of this property.
シンタックス
'宣言
 
Public Function ServerMaxDetail( _
   ByVal value As System.Integer _
) As PivotEngineBuilder
public PivotEngineBuilder ServerMaxDetail( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

PivotEngineBuilder クラス
PivotEngineBuilder メンバ