Added scrollbar interactions

This commit is contained in:
MarcinZiabek
2022-03-23 01:10:15 +01:00
parent 47e9a49fe5
commit ff95fe287a
6 changed files with 137 additions and 34 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ using QuestPDF.ReportSample;
using QuestPDF.ReportSample.Layouts;
using Colors = QuestPDF.Helpers.Colors;
var model = DataSource.GetReport();
var report = new StandardReport(model);
report.ShowInPreviewer();
// var model = DataSource.GetReport();
// var report = new StandardReport(model);
// report.ShowInPreviewer();
Document
.Create(container =>