ComponentOne ASP.NET MVC Controls
ServerMaxDetail Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : ServerMaxDetail Method
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.
Syntax
'Declaration
 
Public Function ServerMaxDetail( _
   ByVal value As Integer _
) As PivotEngineBuilder
public PivotEngineBuilder ServerMaxDetail( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members