Unexpected line break in table cell

Stimulsoft Reports.NET discussion
Post Reply
ethan.shi
Posts: 24
Joined: Mon Apr 22, 2013 2:53 am

Unexpected line break in table cell

Post by ethan.shi »

Hi,

There is a format issue when I exporting docx file.

My version is Stimulsoft Reports.Ultimate 2013.1

Could you please help?
Attachments
Export.zip
(194.86 KiB) Downloaded 173 times
cap.png
cap.png (13.26 KiB) Viewed 994 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Unexpected line break in table cell

Post by Alex K. »

Hello,

Before rendereing setup options:

Code: Select all

StiOptions.Engine.setComponentsStabilizationValue(0.35);
StiOptions.Export.Word2007.setLineSpacing(0.9d);
Thank you.
Post Reply