Prototype implementation

This commit is contained in:
MarcinZiabek
2022-07-12 15:21:50 +02:00
parent 2a0b133185
commit 100afbdc32
21 changed files with 734 additions and 88 deletions
+5 -5
View File
@@ -7,11 +7,11 @@ using QuestPDF.ReportSample.Layouts;
//ImagePlaceholder.Solid = true;
// var model = DataSource.GetReport();
// var report = new StandardReport(model);
// report.ShowInPreviewer();
//
// return;
var model = DataSource.GetReport();
var report = new StandardReport(model);
report.ShowInPreviewer();
return;
Document
.Create(container =>