Subreports and Report Totals

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subreport in my main report but when I print the report the report
total prints on the next page even if there is room to print it on the first
page. The report total is on the main report. How do I keep everything
together?

Thanks
PJ
 
PJ said:
I have a subreport in my main report but when I print the report the report
total prints on the next page even if there is room to print it on the first
page. The report total is on the main report. How do I keep everything
together?


Could be lots of things.

Check to make sure that the footer section's ForceNewPage
property is set to No.

Check the subreport's sections for ForceNewPage too.

The footer section may be too tall to fit on the remainder
of the page and the KeepTogether property is forcing it to
the next page,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top