Browse Source

Hack to Stop FastReports.WPF from crashing on client PCs

frogsoftware 1 year ago
parent
commit
3f559d013d
1 changed files with 1 additions and 0 deletions
  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();
             var report = new Report();
+            Config.ReportSettings.ShowProgress = false;
             report.LoadFromString(templaterdl);
             report.LoadFromString(templaterdl);
             report.FileName = template?.Name ?? "";
             report.FileName = template?.Name ?? "";