Programatically start new page for master data band
I have a master data band in which I am programatically drawing a lot of objects. Sometimes, I need more space than is on a page to draw everything I need. Is there a way for me to programatically insert a page break so that I can split a master data band onto two pages if needed? I end up getting an access violation if my band attempts to be larger than my page.
Thanks!
Thanks!
Comments
largeheightindesignmode prop to true
I tried this but am still having the same issue.
No luck with the split property. I thought for sure that would do it I am hoping to avoid using child bands just because I would have to redesign the whole structure of my report.