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

    Property Value

    A System.Boolean indicating if user preferences will be saved to browser storage.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also