Suppressing Page Header for Specific Page

L

L.A. Lawyer

I want to suppress the main report page header on the separate page for a
subreport (that is, I want the subreport to appear to be an entirely
different document).

How do I suppress the main report's page header?
 
M

Marshall Barton

L.A. Lawyer said:
I want to suppress the main report page header on the separate page for a
subreport (that is, I want the subreport to appear to be an entirely
different document).

How do I suppress the main report's page header?


Make it invisible.

You should do that in the main report section that contains
the subreport before the subreport page is processed.

in some cases you might be able to do it in the subreport's
report header section.
 
M

Marshall Barton

Depends on what else the main and subreport are doing, where
the subreport is located in the main report, the other
sections in the main report and where you are using Page
Break controls and the ForceNewPage property.
 
Top