Hi,@Kartmen. Welcome to Microsoft Q&A Forum.
RDLC uses GDI+ (Graphics Device Interface) for rendering, and the text rendering in RDLC reports can sometimes vary from what you see in the report designer. This discrepancy can occur due to differences in rendering engines, font rendering, and rendering options.
RDLC reports are designed to be relatively simple, and while there is documentation on how to use RDLC reports, it doesn't go into great detail on the inner workings of text rendering。
Text Rendering Engine: The RDLC rendering engine may not have the same advanced text rendering capabilities as a full desktop publishing or design application. Therefore, small discrepancies in text rendering are not uncommon.
If you need precise control over text rendering, consider using a more advanced reporting tool or library that provides greater control over the rendering engine. Tools like SQL Server Reporting Services (SSRS) or third-party reporting libraries often offer more extensive options for customizing text rendering.
While RDLC is suitable for many basic reporting needs, it may not be ideal for complex formatting or precise control over text rendering, especially when fine-tuning is required.
You could also try to refer to the similar questions below to see if they help you.
Auto-adjust of font size in an RDLC?
How to auto reduce font size if it is too long over fixed textbox in rdlc report
If you still have questions, please feel free to let me know. The problem will be better solved if more details are described (steps, error messages, and code to reproduce the problem).
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.