| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
supressing subreport
Hi,
I have a subreport in main report, when there is no data i want to supress the subreport, i managed to do that but sub report has a page header, how do i supress the page header. What condition do i need to give. Thanks in advance |
|
#2
|
|||
|
|||
|
Re: supressing subreport
Go to section expert of page header
In the suppres option write this Code:
if NextIsNull({Field})=true then true else false
__________________
Madhivanan Failing to plan is Planning to fail |
|
#3
|
|||
|
|||
|
Re: supressing subreport
Hi ,
Thank you for your reply. It worked, but now there is a blank page how do i get rid of it. Thanks in advance |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|