I'm writing an app to create pdf files with some fields and a datagrid.
My problem is about data grid: I do not know in advance how many records will be on it, so I have to resize the table dynamically and, sometimes, it might be that I need more than a page to show all the records from it.
Is there any tutorial I could read about printing pdf with data grid?
Maybe someone has already found an easy solution!
Thank you
