Print empty line after data change in the column

Stimulsoft Reports.NET discussion
Post Reply
Maria_Lebedeva
Posts: 5
Joined: Tue Mar 05, 2024 12:03 am

Print empty line after data change in the column

Post 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
Attachments
REPORT_COMM_REAL_SEC.mrt
(20.23 KiB) Downloaded 59 times
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Print empty line after data change in the column

Post by Lech Kulikowski »

Hello,

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

Thank you.
Attachments
REPORT_COMM_REAL_SEC.mrt
(24.45 KiB) Downloaded 52 times
Screenshot 2024-03-05 103046.png
Screenshot 2024-03-05 103046.png (65.09 KiB) Viewed 817 times
Maria_Lebedeva
Posts: 5
Joined: Tue Mar 05, 2024 12:03 am

Re: Print empty line after data change in the column

Post 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
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Print empty line after data change in the column

Post by Lech Kulikowski »

Hello,

Try to add a transparent border for the DataBand component.

Thank you.
Maria_Lebedeva
Posts: 5
Joined: Tue Mar 05, 2024 12:03 am

Re: Print empty line after data change in the column

Post 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!
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Print empty line after data change in the column

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply