PropertyOpenFile
DescriptionSets the name of local OLAP cube file to open. Generally these files have a .cub extension.
TypeCharacter String
Values
DefaultEmpty string
Example
CodeCube1.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
OpenViewOpen a local cube view
OpenWWWDirOpen a cube, view or portfolio located on a web server
OpenPortfolioOpen a local cube portfolio
NotesYour 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.