Print single box for entire band
Looking for help or advice in how to print a box that would span the entire height (including multiple pages) of a MasterData band.
In other words, we have data that gets output in rows that takes up about half the page width. The other half should have a box for writing notes, and this box should be equal to the height of the rows. And if the rows span multiple pages, there should be multiple boxes, one on each page.
I know I can get a rectangle with the shape object, but adding this to the band repeats the frame, which is not what we're looking for.
I've tried to work around this by using a Header with a bottom frame, left and right frames in the band, and Footer with a top frame. But the footer only gets output after all the data, and we need that on each page.
Has anyone done anything similar?
Any help would be appreciated. Thanks in advance.
In other words, we have data that gets output in rows that takes up about half the page width. The other half should have a box for writing notes, and this box should be equal to the height of the rows. And if the rows span multiple pages, there should be multiple boxes, one on each page.
I know I can get a rectangle with the shape object, but adding this to the band repeats the frame, which is not what we're looking for.
I've tried to work around this by using a Header with a bottom frame, left and right frames in the band, and Footer with a top frame. But the footer only gets output after all the data, and we need that on each page.
Has anyone done anything similar?
Any help would be appreciated. Thanks in advance.
Comments