문제

I have an ActiveReports file with the NewPage property set to "After" in the Detail Section of my report. Every time I print, I get an extra page at the end of the report. How can I prevent this from happening?

The only extra page is the last page. So I'm pretty sure this is not an issue about page margins.

도움이 되었습니까?

해결책

I solved this by making heights = 0 on all subsequent sections, including the Report Footer.

다른 팁

If you do not want to explicitly set the heights of the subsequent sections to zero, you can just set the sections' "CanShrink" properties to "True". That will automatically shrink the sections to the bottom edge of any content inside them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top