ActiveReports 19 .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
    Gets or sets a value indicating whether user preferences will be saved to browser storage.
    Syntax
    'Declaration
     
    Public Property StoreUserPreferences As Nullable(Of Boolean)
    public Nullable<bool> StoreUserPreferences {get; set;}

    Property Value

    true if user preferences should be saved; otherwise, false.
    See Also