Property
MaxPointsPerPage
Description
Applies to ROLAP cubes. Causes a REFRESH CUBE statement to execute each time the cube si queried, bringing fresh data each time.
Type
Numeric
Values
0
Fills all chart points in one page
> 0
Creates many chart pages, each with this number of points.
Default
12
Example
Code:
Cube1.MaxPointsPerPage = False
HTML:
<PARAM NAME="MaxPointsPerPage" VALUE= "0">
Notes
You can set this value directly from the control in the preferences dialog.