ComponentOne ASP.NET MVC Controls
ServerMaxDetail Property

C1.Web.Mvc.Olap Namespace > PivotEngine Class : ServerMaxDetail Property
Gets or 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
 
<DefaultValueAttribute(1000)>
Public Property ServerMaxDetail As Integer
[DefaultValue(1000)]
public int ServerMaxDetail {get; set;}
See Also

Reference

PivotEngine Class
PivotEngine Members