Page 1 of 1

One Header band for multiple data band.

Posted: Sat Feb 07, 2015 7:54 pm
by jacksonramon
Hi.
In my sample report, HeaderBand1 will be hidden if first data band not present.
I want HeaderBand1 available if one of sub data band shown.
Thank you.

Re: One Header band for multiple data band.

Posted: Mon Feb 09, 2015 8:07 am
by HighAley
Hello.

If you create a master-detail report then you could use the Print If Detail Empty property of the Band.

Thank you.

Re: One Header band for multiple data band.

Posted: Tue Feb 10, 2015 7:18 pm
by jacksonramon
Hello.
But I want HeaderBand1 disappear, when data1 and data2 are empty.
Thank you.

Re: One Header band for multiple data band.

Posted: Wed Feb 11, 2015 11:50 am
by HighAley
Hello.

The Header band is connected to nearest Data Band.
If you need to see the Header with second band you could add second band and disable it if the first header is present.
Please, look at the After Print event of the HeaderBand1 and Before Print event of the HeaderBand4.

Thank you.

Re: One Header band for multiple data band.

Posted: Thu Feb 12, 2015 12:41 pm
by jacksonramon
Hello Aleksey.
your solution worked perfectly.
Thank you so much.

Re: One Header band for multiple data band.

Posted: Fri Feb 13, 2015 8:18 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.