ComponentOne ASP.NET MVC Controls
ServerTimeout Property

C1.Web.Mvc.Olap Namespace > PivotEngine Class : ServerTimeout Property
Gets or sets the maximum amount of time, in milliseconds, which the engine should wait for the results to come back from the server. The default value for this property is 60000, equivalent to sixty seconds. If you expect server operations to take longer than that to complete, set the property to a higher value.
Syntax
'Declaration
 
<DefaultValueAttribute(60000)>
Public Property ServerTimeout As Integer
[DefaultValue(60000)]
public int ServerTimeout {get; set;}
See Also

Reference

PivotEngine Class
PivotEngine Members