Previewer: added button to show generated PDF

This commit is contained in:
MarcinZiabek
2022-03-24 01:02:57 +01:00
parent 545b76fd40
commit 404914ea7e
7 changed files with 47 additions and 52 deletions
+2
View File
@@ -11,6 +11,8 @@ var model = DataSource.GetReport();
var report = new StandardReport(model);
report.ShowInPreviewer();
return;
Document
.Create(container =>
{