After finally overcoming a number of hurdles with LisaNicholls help, I've got one hurdle left that I can't seem to get around. A system I'm updating currently outputs attendance registers in HTML which is built using some complex ASP.NET code. To make this more manageable, I decided to try and handle this output in Reporting Services.
Whilst the output looks fairly inocious and simple, in theory it's been a nightmare to implement. Because it's inteded for print output, my intention was to output the report straight to PDF, however I'm encountering an issue trying to get some of the data to "repeat" on each of the PDF pages.
If you look at the following image; http://mparter.pwp.blueyonder.co.uk/images/register_page.png, you'll see 4 main areas.
The problem areas are the red, green and blue ones.
The unmarked bottom section is a matrix which pages fine on PDF. The TEXBOXES in the red area can possibly be worked-around by using report parameters. The TABLES in the blue and green areas are the main problem. I can't include them in a report header workaround because there could be multiple rows per tableSo, back to my question, how do I get the three marked coloured areas to repeat on each "page" of the PDF?
you can keep those coloured part in page header.insert page header and insert row above and keep the data in the header section.it will display in each page|||But you can't put controls into a report header? Unless I'm reading your post wrong?|||I presume there's no solution for this fundamental issue?
No comments:
Post a Comment