I have HTML view using 2010 .NET, which I am generating in the report format, so that users could view it and print it. However, when the report turns out to be more than one page, obviously the Report Title does not appear on pages 2,3, and so on. I heard that there is something that could be done using CSS to force the title to appear on every page.
Any suggestions?
Thanks!
You could use a print CSS. It is a specific CSS which is applied when printing. So you could hide the title in your main CSS and show it in your print CSS.