Split one MasterData band over multi pages?
I have a MasterData band stretched to fit over multi pages. The data source is a query that can only output one row. The objects that contain the columns from the query are stacked vertically instead of left to right in rows.
Printing the report after running truncates the report after printing one page. Can I force the MasterBand to continue printing when the end of the page is reached?
I have a workaround using different MasterData bands on each page. It works since the result of the query is only one row. I would still like to know if I can get the report to print a single MasterData band across mult pages.
Thanks
Printing the report after running truncates the report after printing one page. Can I force the MasterBand to continue printing when the end of the page is reached?
I have a workaround using different MasterData bands on each page. It works since the result of the query is only one row. I would still like to know if I can get the report to print a single MasterData band across mult pages.
Thanks
Comments
Report Properties > PrintOptions > PrintMode > pmSplit
Changing PrintMode is actually unnecessary. Just increase the page size while in design so the MasterData band fits.
When finished, return the page size back to normal leaving the MasterData band as large as required.
The text and objects on the band that need to be together have to be repositioned so as not to break them up when a new page starts.
It was a lot simpler than I thought.
I don't see any difference after setting the split property of the band. I had tried that earlier.
The band height is 128.60. The page height is 27.94. A page footer increments the pages correctly.
I'm not even sure what I had wrong when I first posted the question.
I probably originally thought changing the stretch mode of the band was all that was required.