The problem of Components

Stimulsoft Reports.JAVA discussion
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post 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
Image
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

hello .
The error of report in the IE 10 is not solved like this
Image
I can not see the border ,but it is right when I drop-down scroll bars
Image
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

Hello , it is problem I can see all the report in viewer when I zoom the browser like this
Image

but I can see the all the report when I preview designer like this
Image
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Components

Post 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");
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

thanks! and what about the error of report in the IE 10 ?
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Components

Post by Vadim »

Hello.
Please describe your problem in more details
Can you please send us screenshot wich show how it should look like
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

Hello,
it is right when I open the report in Google browser like this
Image

but it is error when I open it in IE 10 like this
Image

I can see the border in it, but it is right when I drop-down scroll bars (I can see the border)
Image
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: The problem of Components

Post 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.
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

Thanks
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: The problem of Components

Post by Andrew »

Hello,

We are always galdto help you. Sorry again.
Post Reply