Property
Interactive
Description
Allows the control to be controlled via MDX expressions entered by the user or by user interaction directly on the grid.
Type
Boolean
Values
True (-1)
Interaction with the cube is made directly by mouse operations
False (0)
Interaction with the cube is made via MDX expression in the MDX direct dialog
Default
True (-1)
Example
Code
Cube1.Interactive = True
HTML
<PARAM NAME="Interactive" VALUE= "-1">
See also
MDX
Retrieves or specifies the current MDX.
Notes