Open jimbrew opened 4 years ago
is it possible to use a dto to populate the pdf table rather than directly querying the database?
I have looked at the example here and thought I could just change line 72 to table.DataSource = List<MySampeDto>;
table.DataSource = List<MySampeDto>;
But this has not solved the issues
is it possible to use a dto to populate the pdf table rather than directly querying the database?
I have looked at the example here and thought I could just change line 72 to
table.DataSource = List<MySampeDto>;
But this has not solved the issues