Property
GridOptionsRead
Description
Reads cube options (fonts, colors, etc.) from portfolios and views instead than from actual cube values.
Type
Boolean
Values
True (-1)
Reads cube options from views and portfolios.
False (0)
Discards cube options from views and portfolios and uses current cube views values instead.
Default
True
Example
Code:
Cube1.GridOptionsRead = False
HTML:
<PARAM NAME="GridOptionsRead" VALUE= "0">
See also
GridOptionsWrite
Saves cube options in views and portfolios
Notes
You can set this value directly from the control in the preferences dialog. If this information is not written in the view or portfolio, the current cube values are used when opening the cube or portfolio.