瀏覽代碼

Hack to Stop FastReports.WPF from crashing on client PCs

frogsoftware 1 年之前
父節點
當前提交
3f559d013d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      inabox.wpf/Reports/ReportUtils.cs

+ 1 - 0
inabox.wpf/Reports/ReportUtils.cs

@@ -129,6 +129,7 @@ namespace InABox.Wpf.Reports
             }
 
             var report = new Report();
+            Config.ReportSettings.ShowProgress = false;
             report.LoadFromString(templaterdl);
             report.FileName = template?.Name ?? "";