'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
.'Declaration Public Property StoreUnsavedReport As Nullable(Of Boolean)
public Nullable<bool> StoreUnsavedReport {get; set;}
true
if the last unsaved report can be restored; otherwise, false
.