TcxCustomPivotGridOLAPProvider.CacheLocalCubes Property
Declaration
property CacheLocalCubes: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to:
Improve performance when accessing OLAP cubes located on network resources (shares or drives);
Allow users to connect to read-only cube files or cube files located on network resources with read-only permissions.
The default value of the CacheLocalCubes property is True.
See Also