[]
Gets or sets a value indicating whether the last unsaved report can be restored if the browser tab or browser itself gets accidentally closed.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? StoreUnsavedReport { get; set; }
Type | Description |
---|---|
bool? |
|