问题
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