Question

I'm trying to generate a report using Crystal Reports which contains data of two tables. So I tried to add another header page and put each table in a sub-report for each header page. This works very nicely when I have a single page in my report. It works here:

it works here

But when I had many lines of data( table 1) ( more than 10 lines ), I got this error:

Page header or footer longer than a page.

Was it helpful?

Solution 2

  • Right Click on Details in crystal report
  • Detail ->Paging
  • Control Number of Rows

OTHER TIPS

  1. Got to your main report
  2. Right-click on the subreport you added
  3. Click Format sub-report
  4. Uncheck the Can Grow option
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top