Notification at Page-Break

15 views
Skip to first unread message

Norbert Eiermann

unread,
Jul 30, 2014, 6:04:51 AM7/30/14
to dot-net-...@googlegroups.com
Hi Victor,

I am evualating ReportWriter for a new project .

This project needs as printouts a lot of different grids with adding-up columns and subtotals at the bottom of each page.
The rows will have diffent sizes, so where is no fix rows/page possible.


How to realize this ?

How to know the moment of automatic page-break when adding rows ?

....

Thanks for your answer

Norbert

siberix

unread,
Jul 30, 2014, 3:19:21 PM7/30/14
to dot-net-...@googlegroups.com
Hi Norbert,

Unfortunately, there is no way to do this automatically as Report Writer doesn't support the notion of dynamic content changes during the publish call. However, there is a workaround that allows to perform content measuring and modifications before the publish. Please take a look at the attached GridMeasure example.

Thank You,
Victor
GridMeasure.zip

Norbert Eiermann

unread,
Jul 31, 2014, 3:40:38 AM7/31/14
to dot-net-...@googlegroups.com
Hi Victor,

My question was not refering "during the publish call", but before, when rows are added by code (grid.AddRow(...))

However , to check the size via the grid.Measure() function does the job.

Problem is solved.

Thanks for the quick reply.

Norbert
Reply all
Reply to author
Forward
0 new messages