Property
VisibleButtonRefresh
Description
Specifies wether to show the refresh cube button in the toolbar or not.
Type
Boolean
Values
True (-1)
Shows the button
False (0)
Hides the button
Default
True (-1)
Example
Code
Cube1.VisibleButtonRefresh = True
HTML
<PARAM NAME="VisibleButtonRefresh" VALUE="-1">
See also
DoAction
it's akin to
DoAction("refreshCube")
Notes
The refresh button recreates a local cube file or commits write changes to the MS Analysis Services database.