public showLoadReportDialog(owner as Window = null) as Boolean:
Opens an open-file dialog and loads a persisted JSON report.
Cancellation leaves the current report visible and returns false. Invalid reports and backend failures are displayed in a report tab.
| Parameter | Description |
|---|---|
owner | Window that owns the file dialog. |
true when a report was loaded.
view.showLoadReportDialog(window)