ComponentOne ASP.NET MVC Controls
Async Property

C1.Web.Mvc.Olap Namespace > PivotEngine Class : Async Property
Gets or sets a value that determines whether view updates should be generated asynchronously.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property Async As Boolean
[DefaultValue(true)]
public bool Async {get; set;}
Remarks
This property is set to true by default, so summaries over large data sets are performed asynchronously to prevent stopping the UI thread.
See Also

Reference

PivotEngine Class
PivotEngine Members