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

In This Topic
    StoreUnsavedReport Property (ReportDesigner)
    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 Boolean
    public bool StoreUnsavedReport {get; set;}

    Property Value

    A System.Boolean indicating if the last unsaved report can be restored.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also