Subreports not printing

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

I am constructing a report composed of a number of
subreports. My main report is unbound and the subreports
are not linked.

The structure is as follows:

Main Report




Subreport 1 Subreport 2



Subreport 3 Subreport 4



Subreport 5 Subreport 6


The main report and subreports 1,2 , 4 and 5 are
displaying on print and print preview, but subreports 3
and 6 are not displaying.
The properties on all the subreports seem to be the same.

Thanks in anticipation.
 
A potential cause could be that the total width of the
portions of the main report and the sub reports is
actually exceeding the avaiable width, this could push the
right subreports in the non-printable ares.
If than the main report width is within the printable
area, no second blank page is printed.
Look critically at the width of reports and data fields.
Hope this helps.
Fons
 
Yes , I have some Iif statements.
I am now finding that the subreports that are not printing
are those where there the relevant query has not returned
any data. I still want to print just the headings where
there is no data. This works when I run the relevant
reports in isolation. However, as soon as I include them
as subreports nothing is displayed.
 
Subreports that don't return any records will not show in main reports. You
could include some controls on your main report that you make visible if the
subreport doesn't have any data.
 
Back
Top