Property
OpenView
Description
Sets the name of a previously saved view. You can use the toolbar save button or the proper call to the
DoAction
method to save a view.
Type
Character String
Values
Default
Empty string
Example
Code
Cube1.OpenView = "c:\OLAP_CUBES_DIR\view.oxv"
HTML
<PARAM NAME="OpenView" VALUE= "c:\OLAP_CUBES_DIR\View.oxv">
See also
OpenFile
Open a local cube file
OpenServer and friends
Connects to a cube in a MS Analysis Services
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.