Page 1 of 1

Silverlight report Chart And PDF Export

Posted: Fri Mar 04, 2011 12:58 am
by hotcat
Hello,

1、Now in Silverlight designer can't support Pie、Doughnut,whether has a plan to support these?
2、When I use the chinese in report value,export pdf file has garbled

Steven

Silverlight report Chart And PDF Export

Posted: Fri Mar 04, 2011 2:38 am
by Alex K.
Hello Steven,
hotcat wrote:1、Now in Silverlight designer can't support Pie、Doughnut,whether has a plan to support these?
It will be available in the next prerelease build.
hotcat wrote:2、When I use the chinese in report value,export pdf file has garbled
Please send us a sample report with sample data for analysis.

Thank you.

Silverlight report Chart And PDF Export

Posted: Fri Mar 04, 2011 8:45 pm
by hotcat
Hello Aleksey

I edit the Person.cs
Add(new PersonName("小龙", "李"));
Add(new PersonName("春天", "李"));

Steven

Silverlight report Chart And PDF Export

Posted: Sat Mar 05, 2011 2:38 am
by Alex K.
Hello,

Thank you for the sample.
We need some time to check the issue.

Silverlight report Chart And PDF Export

Posted: Wed Mar 09, 2011 6:24 am
by Ivan
Hello Steven,
When I use the chinese in report value, export pdf file has garbled
Most of the standard fonts does not contain national characters. In this case Windows uses the "font fallback". This algorithm is very complicated and, therefore, is not realized in the exports. To output national characters, please, use the font which contain all necessary characters. For example, the "Arial Unicode MS" font contains many national characters. Also, in your case, you may try to use the "MS Mincho" font.

Thank you.