public showSaveReportDialog(owner as Window = null) as Boolean:
Opens a save-file dialog and persists the current report as JSON.
Cancellation leaves the report unchanged and returns false. Backend or persistence failures are displayed in a report tab.
| Parameter | Description |
|---|---|
owner | Window that owns the file dialog. |
true when the report was saved.
view.showSaveReportDialog(window)