Property
OpenFile
Description
Sets the name of local OLAP cube file to open. Generally these files have a .cub extension.
Type
Character String
Values
Default
Empty string
Example
Code
Cube1.OpenFile = "c:\OLAP_CUBES_DIR\cube.cub"
HTML
<PARAM NAME="OpenFile" VALUE= "c:\OLAP_CUBES_DIR\cube.cub">
See also
OpenServer and friends
Connects to a cube in a MS Analysis Services
OpenView
Open a local cube view
OpenWWWDir
Open a cube, view or portfolio located on a web server
OpenPortfolio
Open a local cube portfolio
Notes
Your can connect only to one cube at a time.
The Control will try the following parameters in this order:
OpenView
,
OpenFile
,
OpenWWWDir
and
OpenServer
and
OpenPortfolio
until one is not empty.