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

In This Topic
    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