Reduce space between Panels with Data Bands
Reduce space between Panels with Data Bands
Hello,
I am building an invoice template which should print a set of numbers in the header.
The numbers are all stored in the same data source but are different types as in the below example:
type number
Voucher 123456
BookingNR 654887
CRS C789654
I am using 3 panels with one databand in each to loop through the data source to check which type of number is there and print the number in the right place as in the below screenshot: On the printed invoice, the information displays correctly, howver the space between each line is quite big and I am trying to find a way to reduce the space to the same amount as in the lines above, or even get rid of the 3 panels with the data bands. Is there any way this can be accomplished? I tried doing it in one data band, but then it keeps repeating all the lines multiple times. Thank you very much for your help.
Best regards,
Markus
I am building an invoice template which should print a set of numbers in the header.
The numbers are all stored in the same data source but are different types as in the below example:
type number
Voucher 123456
BookingNR 654887
CRS C789654
I am using 3 panels with one databand in each to loop through the data source to check which type of number is there and print the number in the right place as in the below screenshot: On the printed invoice, the information displays correctly, howver the space between each line is quite big and I am trying to find a way to reduce the space to the same amount as in the lines above, or even get rid of the 3 panels with the data bands. Is there any way this can be accomplished? I tried doing it in one data band, but then it keeps repeating all the lines multiple times. Thank you very much for your help.
Best regards,
Markus
-
- Posts: 7339
- Joined: Tue Mar 20, 2018 5:34 am
Re: Reduce space between Panels with Data Bands
Hello,
Please send us your report for analysis.
Thank you.
Please send us your report for analysis.
Thank you.
Re: Reduce space between Panels with Data Bands
Thank you for your quick reply.
Enclosed please find the report file.
Enclosed please find the report file.
- Attachments
-
- Report (13).mrt
- (636.35 KiB) Downloaded 193 times
-
- Posts: 7339
- Joined: Tue Mar 20, 2018 5:34 am
Re: Reduce space between Panels with Data Bands
Hello,
You can set the ShowHeaders=false option.
Or add an additional Panel on which place all components and use DockStyle=Top option.
Thank you.
You can set the ShowHeaders=false option.
Or add an additional Panel on which place all components and use DockStyle=Top option.
Thank you.
- Attachments
-
- Annotation 2020-08-18 121438.png (701.37 KiB) Viewed 2490 times
Re: Reduce space between Panels with Data Bands
Thank you very much Lech,
the above solution worked.
Best regards,
Markus
the above solution worked.
Best regards,
Markus
-
- Posts: 7339
- Joined: Tue Mar 20, 2018 5:34 am
Re: Reduce space between Panels with Data Bands
Hello
We are always glad to help you!
Thank you.
We are always glad to help you!
Thank you.