StoreUserPreferences Property (ReportDesigner)
In This Topic
When StoreUserPreferences is enabled, user preferences will be saved to a browser storage. In case StoreUnsavedReport is disabled, the aforementioned functionality is not available.
Syntax
'Declaration
Public Property StoreUserPreferences As Boolean
public bool StoreUserPreferences {get; set;}
See Also