RichText.WordWrap does not work when I export to text.

Stimulsoft Reports.NET discussion
Post Reply
lmcza
Posts: 5
Joined: Fri Mar 05, 2010 1:46 am

RichText.WordWrap does not work when I export to text.

Post by lmcza »

RichText.WordWrap = true does not work when I export to text.

RichText.CanBreak = true;
RichText.CanGrow = true;
RichText.CanShrink = true;
RichText.WordWrap = true;
exportSettings.CutLongLines = false;
Attachments
1214.Export.docx
(201.81 KiB) Downloaded 83 times
1213.Report.mrt
(4.09 KiB) Downloaded 156 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

RichText.WordWrap does not work when I export to text.

Post by Ivan »

Hello,

Can you please send us a simple test project, which reproduces the issue?

Thank you.
Post Reply