0
votes

My subreport consists of nothing but a dynamic picture, using the given field to find the correct images to display. I placed this subreport in the footer of the my main report, which works fine as long as subreport can find the images.

When there is no image to be displayed, (isnull({field})) a blank page is created at the end of the report. How can I disable this blank page? I've tried the following but nothing has worked:

Main report:

  • Suppress Blank Subreport
  • Suppress Blank Section (in report footer)
  • Check and uncheck Keep Together (in report footer)
  • Formula PageNumber = TotalPageCout (in report footer)

Subreport:

  • Suppress OLE Object using formula
  • Suppress detail section where OLE object is located at using formula
1

1 Answers

0
votes

Try suppressing all other sections, other than the Details section inside the subreport.

After doing so, activate Suppress Blank Subreport and Suppress Blank Section in the Report Footer.