PivotCache.BackgroundQuery Property

Definition

True if queries for the PivotTable report or query table are performed asynchronously (in the background).

public:
 property bool BackgroundQuery { bool get(); void set(bool value); };
public bool BackgroundQuery { get; set; }
Public Property BackgroundQuery As Boolean

Property Value

Remarks

For OLAP data sources, this property is read-only and always returns False.

Applies to