Property
RefreshTimerActive
Description
Turns on and off the refresh timer, which causes a REFRESH CUBE statement in the cube.
Type
Boolean
Values
True (-1)
Turns the timer on.
False (0)
Turns the timer off.
Default
False
Example
Code:
Cube1.RefreshTimerActive = False
HTML:
<PARAM NAME="RefreshTimerActive" VALUE= "0">
See also
RefreshCube
Doaction action,
AutoRefreshCube
and
RefreshTimerValue
properties.
Notes