ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / StoreUnsavedReport Property

In This Topic
    StoreUnsavedReport Property (DesignerSettings)
    In This Topic
    Gets or sets a value indicating whether the last unsaved report can be restored if the browser tab or browser itself gets accidentally closed.
    Syntax
    'Declaration
     
    Public Property StoreUnsavedReport As Nullable(Of Boolean)
    public Nullable<bool> StoreUnsavedReport {get; set;}

    Property Value

    true if the last unsaved report can be restored; otherwise, false.
    See Also