PropertyPreferencesRead 
Description Reads preferences information from portfolios and views instead than from actual cube values. Preferences include all values that can be set in the preferences dialog.
TypeBoolean
Values
True (-1) Reads preferences information from views and portfolios.
False (0) Discards preferences information from views and portfolios and uses current cube views values instead.
DefaultTrue
Example
Code:Cube1.PreferencesRead = False
HTML:<PARAM NAME="PreferencesRead" VALUE= "0">
See also
PreferencesWrite  Saves cube layout and visible parts 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, the current cube values are used when opening the cube or portfolio.