Hello,
we got a problem since we updated to the version 2015.3.
Before normal and html view where always the same but now we got the following problems:
NormalView:
HtmlView:
As you see (marked with the red lines) in the normal view the rows got all same width but in the html view
it grows sometimes up.
The other problem is at the normal view the automatic break propertie doesnt work.
Thank you
Normal View not equal Html View
Re: Normal View not equal Html View
Hello.
Please, set the StiOptions.Export.Html.UseStrictTableCellSize option to true.
Please, set this option. You could do it in the Begin Render event of the report.
Also the HTML Preview use engine from IE6 that has some bugs.
It will not show the report as expected, but in our Viewer and in the report exported to HTML and opened in any modern browser you will see the right result.
Thank you.
Please, set the StiOptions.Export.Html.UseStrictTableCellSize option to true.
Please, set this option. You could do it in the Begin Render event of the report.
Also the HTML Preview use engine from IE6 that has some bugs.
It will not show the report as expected, but in our Viewer and in the report exported to HTML and opened in any modern browser you will see the right result.
Thank you.