Skip to main content

TcxCustomPivotGridOLAPProvider.CacheLocalCubes Property

Specifies if an OLAP cube file is copied to a temporary folder prior to being connected.

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