Text box maximum characters

Stimulsoft Reports.NET discussion
Post Reply
a8864
Posts: 8
Joined: Thu Apr 09, 2015 8:32 am

Text box maximum characters

Post by a8864 »

Is there a limit of 64000 characters can display in the text box? Any result exceed the limit will display as blank.
Lech Kulikowski
Posts: 6265
Joined: Tue Mar 20, 2018 5:34 am

Re: Text box maximum characters

Post by Lech Kulikowski »

Hello,

There are no limitations. Could you explain your issue in more detail?

Thank you.
a8864
Posts: 8
Joined: Thu Apr 09, 2015 8:32 am

Re: Text box maximum characters

Post by a8864 »

This issue will happen when word wrap is enable.
Attachments
TextBox3.png
TextBox3.png (251.5 KiB) Viewed 1883 times
TextBox2.png
TextBox2.png (224.84 KiB) Viewed 1883 times
TextBox1.png
TextBox1.png (1.09 MiB) Viewed 1883 times
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Text box maximum characters

Post by HighAley »

Hello,

There is a limitation in the GDI+.
Before Windows 8 it was 64000 symbols in one line.
in Windows 8 and later it's 32000 symbols.
You could add the same text in several lines.
It will be shown if you break this long line.

You could read more about this issue here.
https://stackoverflow.com/questions/305 ... surestring

Thank you.
Post Reply