[]
Gets or sets a value indicating whether the last unsaved report can be restored if the browser tab or browser itself gets accidentally closed.
[Parameter]
public bool StoreUnsavedReport { get; init; }
Type | Description |
---|---|
bool | A bool indicating if the last unsaved report can be restored. |
This property can only be set once during object initialization and cannot be changed afterwards.