Property
VisibleButtonDirectMDX
Description
Specifies whether to show the direct MDX entry 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.VisibleButtonDirectMDX = True
HTML
<PARAM NAME="VisibleButtonDirectMDX" VALUE="-1">
See also
DoAction
it's akin to
DoAction("directMDX")
Interactive
If
Interactive
is false, you can modify the MDX instruction.
Notes