Page 1 of 1

Unexpected line break in table cell

Posted: Thu Aug 08, 2013 9:08 am
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?

Re: Unexpected line break in table cell

Posted: Mon Aug 12, 2013 7:49 am
by Alex K.
Hello,

Before rendereing setup options:

Code: Select all

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