Page 1 of 2

Print 2 databands on the same page

Posted: Tue Mar 17, 2009 3:09 pm
by anamika
In my report, I have 2 data bands , one contains the column names and other values. I want to ensure that these 2 are always together and printed in the same page.
Can you please let me know how I could do this?

Right now , my report prints the data band containing the headers and part of the other databand containing columns in one page and remaining in the other page.
Can you please advice how I could fix this?

Print 2 databands on the same page

Posted: Wed Mar 18, 2009 5:53 am
by Edward
Hi

Could you please explain your task in detail. Do you need to change the height of Bands?

Maybe setting of the CanBreak property in false solves the task?

Thank you.

Re: Print 2 databands on the same page

Posted: Fri May 21, 2021 7:11 am
by d-hcelik
Hello
I have some issue...I have many databands...My headers in ona databand and dynamic data in other databand.I want to force column names(column names in databand1) and values(values in databand2) in same page...If it has many datas columns in one pages values in other pages this is too ugly..If I set canBreak to false it causes emtpy spaces in page

Re: Print 2 databands on the same page

Posted: Fri May 21, 2021 1:28 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.

Re: Print 2 databands on the same page

Posted: Thu Jun 03, 2021 2:28 pm
by d-hcelik
Hi
I genarated demo file in attachment
databand 3 should be in same page with databand 4 because databand is databand value header

Re: Print 2 databands on the same page

Posted: Thu Jun 03, 2021 10:27 pm
by Lech Kulikowski
Hello,

Please use the Header instead of the DataBand3.

Thank you.

Re: Print 2 databands on the same page

Posted: Fri Jun 04, 2021 6:38 am
by d-hcelik
Thank you
it work very well
but modify report is hard


I try to move header text from databand to header band(I add this new) but it cause empty area in databand...
I try to move all text in databand to above but it is too difficult because our reports is very complex.

How can I remove empty arean in databand top ?

Image
download/file.php?mode=view&id=26474

Re: Print 2 databands on the same page

Posted: Fri Jun 04, 2021 7:27 am
by Lech Kulikowski
Hello,

Please move all Text components on top of the Databand.

Thank you.

Re: Print 2 databands on the same page

Posted: Fri Jun 04, 2021 9:26 am
by d-hcelik
Hi @lech
Multiple headers in same page does not work well

In my report in same page there are many dynamic area with their headers

Image

Re: Print 2 databands on the same page

Posted: Fri Jun 04, 2021 9:28 am
by d-hcelik
this is last report demo