PropertyGridOptionsRead 
Description Reads cube options (fonts, colors, etc.) from portfolios and views instead than from actual cube values.
TypeBoolean
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.
DefaultTrue
Example
Code:Cube1.GridOptionsRead = False
HTML:<PARAM NAME="GridOptionsRead" VALUE= "0">
See also
GridOptionsWrite  Saves cube options in views and portfolios
NotesYou 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.