End of the page in crystal report

时间秒杀一切 提交于 2019-12-13 22:02:26

问题


I am displaying records under a header.sometime the header is printing at the end of the page and remaining details are displaying in next page.


page-1

Customer-1

  • Details-1
  • Detials-2

Customer-2

  • Details-1
  • Detials-2

But i am getting as below

Page-1

customer-1

  • Details-1
  • Details-2

customer-2

Page-2

  • Details-1
  • Detials-2

Only what i want is if header is printing at the end of the page then either i want to suppress it or move it to the next page. i better i suppress it.


回答1:


Take header to new page everytime using the option new page after


Edit: do one thing use the header in page header and try to supress the group header at the start of every page.



来源:https://stackoverflow.com/questions/21545793/end-of-the-page-in-crystal-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!