

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.
Can you send us your report (.mrt) & data to analyse?1.It has the Chinese Disorder Code in the chart ,dataSource and variable like this
It will be fixed in 2016.1.22 version2.It throw the exception when I use Interaction by zh-CHS.xml
3.It is wrong page when I export report by image
Code: Select all
IStiAxisLabels labels = ((StiClusteredColumnArea) ((StiChart) report.GetComponentByName("Chart1")).getArea()).getYAxis().getLabels();
labels.setAllowApplyStyle(false);
labels.setFont(new StiFont("Arial Unicode MS", 8));