Here is the issue:
We have a report with many gridviews in an aspx page. However, when we print them, they don't page correctly, as one would expect.
I found a library that will create page breaks correctly within a single page break. But, yet again, it is not aware about other gridviews, so if the last gridview ended in the middle of the page, the first page for the next gridview will be broken.
How can we print these multiple gridviews with proper print paging?
The library that I found: http://www.codeproject.com/KB/custom-controls/GridViewPrinting.aspx