Page 1 of 1

Databand KeepDetailsTogether

Posted: Tue Jan 17, 2017 10:15 am
by xinaris
I am generating with javascript the report with structure.

HeaderBand 1
DataBand 1
..
..
HeaderBand n
DataBand n

I need the HeaderBand for each band to always be above the DataBand even if the Databand is starting at a new page (DataBand canBreak is set to false)
So I added KeepDetailsTogether for the Databand. I can see now the HeaderBand in the new page (above the DataBand) but I also see the HeaderBand in the previous page.
What I need to set, to show it only once in the second page above the DataBand?

Too many HeaderBand and DataBand, I hope you understood!

Thanks,

Re: Databand KeepDetailsTogether

Posted: Tue Jan 17, 2017 6:21 pm
by Alex K.
Hello,

Please send us your report template for analysis.

Thank you.

Re: Databand KeepDetailsTogether

Posted: Tue Jan 17, 2017 7:14 pm
by xinaris
Hello,

As I mentioned I used JavaScript to create the sample structure I created in the report file attached.
What I need is, if DataBand2 is printed in a new page, the HeaderBand2 will also printed in the new page (and not also in the first)

Thank you,

Re: Databand KeepDetailsTogether

Posted: Fri Jan 20, 2017 9:09 am
by HighAley
Hello.

Please, set the New Page Before of the HeaderBand2 to True and Skip First to False.

Thank you.