Skip to Content
0
Former Member
Feb 26, 2009 at 10:18 AM

Suppressing Data in a SubReport

19 Views

I have a subreport in where i'm getting Delivery Details to be put on an Invoice. I have grouped the Delivery Details by line as the Database structure for the Delivery details is based on instruction per line per invoice. So to draw it out for you.

Invoice No 12345 has Delivery Details in the shape of

Line 1 This is

Line 2 a

Line 3 Test

etc.

So i have a header (Delivery Details) which i have put in the Report Header and i have the GroupHeaderSection which is grouped by line number. I then have the DetailSection, where i have put in the line field for where the text goes.

Now, my problem is that i want to suppress the Header along with the detail if the fields are blank. How do i do this?

Thank You