dimmal wrote:
Any way to know when the page will break inside a table?
No.
If all items have the same height, just figure out how many items fit one page and start a new page/a new table when needed.
If items have varying heights, measure the height of each item and start a new page/a new table when needed.
Or do a hack: add each item in a new table (without header) and add a tag to each item. After rendering the PDF, you can use PDFsharp to add the table headers and the page sums.
See also:
http://www.pdfsharp.net/wiki/MixMigraDo ... ample.ashx