Page 1 of 2
The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Mon Jul 18, 2016 7:59 am
by heqichao
1.It has the Chinese Disorder Code in the chart ,dataSource and variable like this
2.It throw the exception when I use Interaction by zh-CHS.xml
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.
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Tue Jul 19, 2016 3:37 pm
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
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Thu Jul 21, 2016 3:21 am
by heqichao
Hello ,you can see the Chinese Disorder Code in the chart when you create the datasource by chinese code.
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Thu Jul 21, 2016 10:42 am
by Vadim
Hello.
We tried this, but it seems that all ok
java.stimulsoft.com/ch.mp4
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Fri Jul 22, 2016 5:55 am
by heqichao
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Fri Jul 22, 2016 1:51 pm
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));
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Wed Jul 27, 2016 6:51 am
by heqichao
Hello,there are the problems abour the border and shape in the check box like this

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Wed Jul 27, 2016 12:39 pm
by Vadim
Hello.
Can you send us example .mrt file?
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Thu Jul 28, 2016 2:07 am
by heqichao
Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15
Posted: Thu Jul 28, 2016 8:00 am
by Vadim
Hello.
We try your report & everything look fine.
You can try on
http://java.stimulsoft.com/designer.jsp