Friends, I have a report with eight subs. I was trying not to show empty sub, and in subreport also part white.


Resolved, but to place it can shrink and can expand,
for all sections of all subreports also placed time zero for all subreports.
In the event when loading the subreport I repeat this code for each sub:

CODE
   if Me.Filho0.Report.HasData Then
      Me.Filho0.Visible = True
   else
      Me.Filho0.Visible = False
   end If


In the event if you are not given for each sub I put:
CODE
   cancel = True


As I open the report it is all empty, but when I print, it prints perfectly, if the sub is no data, shows
and also the sub fully expand.

Only when I open'm not seeing anything.

Thank you.