Page 2 of 4
Re: The problem of Components
Posted: Wed Jun 01, 2016 6:23 am
by heqichao
Code: Select all
StiWebViewerOptions options = new StiWebViewerOptions();
options.getExports().getDefaultSettings().exportToPdf.setUseUnicode(true);
options.getExports().getDefaultSettings().exportToPdf.setImageQuality(80);
options.getExports().getDefaultSettings().exportToPdf.setImageResolution(100);
options.setRefreshTimeout(3);
report.Render(false);
pageContext.setAttribute("report", report);
pageContext.setAttribute("options", options);
but the userUnicode didn't seem to work

Re: The problem of Components
Posted: Wed Jun 01, 2016 7:15 am
by heqichao
hello .
The error of report in the IE 10 is not solved like this

I can not see the border ,but it is right when I drop-down scroll bars

Re: The problem of Components
Posted: Thu Jun 02, 2016 3:17 am
by heqichao
Hello , it is problem I can see all the report in viewer when I zoom the browser like this
but I can see the all the report when I preview designer like this

Re: The problem of Components
Posted: Thu Jun 02, 2016 11:20 am
by Vadim
Hello.
1. useUnicode will be fixed in next version.
2. If you want scroll bars, please setup like this:
Code: Select all
options.setScrollbarsMode(true);
options.setWidth("500px");
options.setHeight("500px");
Re: The problem of Components
Posted: Thu Jun 02, 2016 1:13 pm
by heqichao
thanks! and what about the error of report in the IE 10 ?
Re: The problem of Components
Posted: Thu Jun 02, 2016 1:46 pm
by Vadim
Hello.
Please describe your problem in more details
Can you please send us screenshot wich show how it should look like
Re: The problem of Components
Posted: Thu Jun 02, 2016 2:43 pm
by heqichao
Hello,
it is right when I open the report in Google browser like this
but it is error when I open it in IE 10 like this
I can see the border in it, but it is right when I drop-down scroll bars (I can see the border)

Re: The problem of Components
Posted: Fri Jun 03, 2016 7:29 am
by HighAley
Hello.
Sorry, but this is a bug of IE10 that is confirmed by Microsoft and they won't fix it.
Tables printing problem in ie10
Thank you.
Re: The problem of Components
Posted: Sat Jun 04, 2016 2:47 am
by heqichao
Thanks
Re: The problem of Components
Posted: Sun Jun 05, 2016 5:14 am
by Andrew
Hello,
We are always galdto help you. Sorry again.