ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / StoreUserPreferences Property

In This Topic
    StoreUserPreferences Property (DesignerSettings)
    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 Nullable(Of Boolean)
    public Nullable<bool> StoreUserPreferences {get; set;}
    See Also