I needed to break the page after a sub-report to force the next sub report to be shown in next page.
One way which was fit for my case comes simply as following:
- Added a rectangle onto my report and position it just below the sub-report.
- Resized the rectangle to only one pixel tall.
- In properties windows of the Rectangle object, set the PageBreak->BreakLocation property to Start.
Subscribe to:
Post Comments (Atom)
1 comment:
Thank You Very Much. It works for me
Post a Comment