Hello everyone
I'm having trouble printing some reports in Business Central. I think the lines for some fields in certain reports are limited to a specific number of characters to prevent the information from being cut off.
For example, an item description might be 45 characters long, but the report line displaying the item name has a limit of 40 characters per line, so a second line is generated for those remaining 5 characters.
I think this limitation is implemented using AL code, so I don't know if I can modify it.
Is there any way to bypass this limitation during the RDLC design phase?
The problem is that sometimes an additional line is generated with a few characters that could easily fit on the first line.
For exaple, there is a character for the second line that could go on the first line:
Thank you.