PDFsharp & MigraDoc Forum https://forum.pdfsharp.net/ |
|
Define table row number per page https://forum.pdfsharp.net/viewtopic.php?f=2&t=2274 |
Page 1 of 1 |
Author: | vasco.macchiarelli [ Wed Dec 19, 2012 11:06 am ] |
Post subject: | Define table row number per page |
Hi guys, I'm trying to set number of table rows per page. Is it possible? How? Thanks in advance |
Author: | () => true [ Wed Dec 19, 2012 7:59 pm ] |
Post subject: | Re: Define table row number per page |
Hi! Tables break automatically when a page is full. You can start a new table for every new page (with a pagebreak between pages). |
Author: | vasco.macchiarelli [ Thu Dec 20, 2012 8:08 am ] |
Post subject: | Re: Define table row number per page |
Ok, but I want to set a maximum number of rows per page. Is it possible? |
Author: | () => true [ Fri Dec 21, 2012 8:17 am ] |
Post subject: | Re: Define table row number per page |
No. If you don't want more than 10 rows per page, start a new table on a new page after every 10 rows. If there's a chance that 10 rows may not fit, you have to add extra code for that. |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |