Page 1 of 1

Print empty line after data change in the column

Posted: Tue Mar 05, 2024 1:06 am
by Maria_Lebedeva
Hi guys! Would you be so kind to help me with a couple of issues I'm facing?

1. To print an empty line everytime data changes in the column "Security". As a result all securities are separated from each other with empty lines.
2. To print 2 empty lines before ReportSummaryBand ("MADE BY" on the screenshot). I put 2 Empty Bands, as a result it prints one empty line with double height. But I need 2 empty rows of standard height.

Left - the result I have now, right - the result I would like to achieve.

Thank you!

Image

Re: Print empty line after data change in the column

Posted: Tue Mar 05, 2024 9:32 am
by Lech Kulikowski
Hello,

1. You can add GroupHeader/Footer component.
2. You can add DataBand with CountData=2.

Thank you.

Re: Print empty line after data change in the column

Posted: Tue Mar 05, 2024 12:18 pm
by Maria_Lebedeva
Lech Kulikowski wrote: Tue Mar 05, 2024 9:32 am Hello,

1. You can add GroupHeader/Footer component.
2. You can add DataBand with CountData=2.

Thank you.
The first issue was solved, thank you. As for the second, still only one empty line is printed with double height. Is there any way to add 2 lines with standard height instead?
Image

Re: Print empty line after data change in the column

Posted: Tue Mar 05, 2024 2:19 pm
by Lech Kulikowski
Hello,

Try to add a transparent border for the DataBand component.

Thank you.

Re: Print empty line after data change in the column

Posted: Tue Mar 05, 2024 2:49 pm
by Maria_Lebedeva
Lech Kulikowski wrote: Tue Mar 05, 2024 2:19 pm Hello,

Try to add a transparent border for the DataBand component.

Thank you.
I chose the border color so now the rows look fine for me. Thank you!

Re: Print empty line after data change in the column

Posted: Tue Mar 05, 2024 8:42 pm
by Lech Kulikowski
Hello,

You are welcome.