Hiding Pageheader in subreports

minu

New member
Local time
Today, 13:31
Joined
Dec 8, 2007
Messages
6
Hi All,

I have a report which has a main report and a subreport. The main report has a page header which should display in all the pages of the main report, which it is doing. But it also gets displayed in the pages of the subreports. How do I suppress the page header to appear in the subreport.


Any help is appreciated.

Thanks.
:)
 
The thing you have to remember is that the sub report is actually part of the main report and the pages of the sub report are on the main report so it really isn't that the page header is appearing on the sub report pages it is appearing on the main report pages, of which the sub reports are a part.

Where is the sub report placed? Is it on a group header/footer or is it in the details section of the main report?
 
Thanks for the immediate response.

The subreport is placed in the Report Footer of the main report.
 
Hi All,

I was able to find a solution for this problem. I have put this condition in the pageheader:- supress(no drill down) condition.
PageNumber > 1 and NextIsNull ({dbrd_get_m0126_RPT;1.end_date})

Where dbrd_get_m0126_RPT;1.end_date is a column in my report.

And it works!!

Thanks
 
Glad you got it sorted and sorry that I didn't respond after your 12/19 response. I must have missed the notification on this one.
 

Users who are viewing this thread

Back
Top Bottom