The problem of Stimulsoft Reports.Fx for Java 2016.07.15

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

The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

1.It has the Chinese Disorder Code in the chart ,dataSource and variable like this
Image
Image

2.It throw the exception when I use Interaction by zh-CHS.xml
Image

3.It is wrong page when I export report by image
I want to export the second page but the image it exported is always the first page content.
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
1.It has the Chinese Disorder Code in the chart ,dataSource and variable like this
Can you send us your report (.mrt) & data to analyse?
2.It throw the exception when I use Interaction by zh-CHS.xml
3.It is wrong page when I export report by image
It will be fixed in 2016.1.22 version
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

Hello ,you can see the Chinese Disorder Code in the chart when you create the datasource by chinese code.
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
We tried this, but it seems that all ok
java.stimulsoft.com/ch.mp4
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
It seems that font not support Chinese symbols, please change font name in labels, for example:

Code: Select all

IStiAxisLabels labels = ((StiClusteredColumnArea) ((StiChart) report.GetComponentByName("Chart1")).getArea()).getYAxis().getLabels();
labels.setAllowApplyStyle(false);
labels.setFont(new StiFont("Arial Unicode MS", 8));
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

Hello,there are the problems abour the border and shape in the check box like this
Image
Image
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
Can you send us example .mrt file?
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

Hello ,I use stimulsoft 1.22 and the report url is http://test.arp.cn/appendix/M00/00/00/C ... 313611.mrt
Vadim
Posts: 362
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
We try your report & everything look fine.
You can try on http://java.stimulsoft.com/designer.jsp
Attachments
q1.PNG
q1.PNG (14.18 KiB) Viewed 5859 times
Post Reply