PropertyOpenView
DescriptionSets 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.
TypeCharacter String
Values
DefaultEmpty string
Example
CodeCube1.OpenView = "c:\OLAP_CUBES_DIR\view.oxv"
HTML<PARAM NAME="OpenView" VALUE= "c:\OLAP_CUBES_DIR\View.oxv">
See also
OpenFileOpen a local cube file
OpenServer and friends Connects to a cube in a MS Analysis Services
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.