StoreUnsavedReport Property (ReportDesigner)
In This Topic
When StoreUnsavedReport is enabled, the last unsaved report can be restored if browser tab or browser itself gets accidentally closed. In case StoreUnsavedReport is disabled, the aforementioned functionality is not available.
Syntax
'Declaration
Public Property StoreUnsavedReport As Boolean
public bool StoreUnsavedReport {get; set;}
See Also