Hello,
I'm looking for advice for printing. I need to print 2 things by pressing 2 different button:
1- a datagrid as a table, with a title and a logo
2- Starting from a list of Person, an empty table, with the person names as rows headers and a progressive nunbers as columns headers (how many column as a global variable called HowManyColumnNeeded), and also a title and a logo
I found a plenty of library to do that, but many are very old and not supported anymore, or not free/opensource. Since this is a learning project, I'd like to avoid paid library/tool.
Any advice?