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