Page 1 of 1
Why some text options not work in Chrome?
Posted: Wed Mar 01, 2017 3:27 am
by gluees
text options:

- 1.jpg (47.55 KiB) Viewed 2947 times
web viewer and print: (error

)

- 2.jpg (172.08 KiB) Viewed 2947 times
Export to PDF:(is work)

- 3.jpg (148.6 KiB) Viewed 2947 times
Re: Why some text options not work in Chrome?
Posted: Wed Mar 01, 2017 6:53 pm
by Alex K.
Hello,
Please send us a sample report with test data which reproduces the issue for analysis.
Thank you.
Re: Why some text options not work in Chrome?
Posted: Thu Mar 02, 2017 11:53 am
by gluees
Preview in design tool is successful,but in web not right

Re: Why some text options not work in Chrome?
Posted: Fri Mar 03, 2017 1:41 pm
by HighAley
Hello.
Sorry, we can't reproduce the issue without data.
Could you describe your issue more detailed?
What is wrong?
Thank you.
Re: Why some text options not work in Chrome?
Posted: Tue Mar 07, 2017 3:07 am
by gluees
The 3 row data length too long,CompanyName can not display all date
in design Tools preview CompanyName hight is 24,But preview in web browser (only Word Warp = "true" ??)
So we can not print 1-34 row on the one A4 paper.
how can i change settings on Text options
Re: Why some text options not work in Chrome?
Posted: Wed Mar 08, 2017 6:42 pm
by Alex K.
Hello,
Thank you for the sample.
We need some additional time to check the issue.
Thank you.
Re: Why some text options not work in Chrome?
Posted: Fri Mar 10, 2017 8:34 pm
by Alex K.
Hello,
The Max number of lines - this option only for the rendering. It limits the size of the component, but its contents remain the same and in browsers is stretched.
Please try to use the following option:
Code: Select all
StiOptions.Export.Html.UseStrictTableCellSize = true;
Thank you.