Silverlight report Chart And PDF Export

Stimulsoft Reports.Silverlight discussion
Locked
hotcat
Posts: 10
Joined: Wed Mar 02, 2011 12:59 am

Silverlight report Chart And PDF Export

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Silverlight report Chart And PDF Export

Post 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.
hotcat
Posts: 10
Joined: Wed Mar 02, 2011 12:59 am

Silverlight report Chart And PDF Export

Post by hotcat »

Hello Aleksey

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

Steven
Attachments
872.SilverlightApplication1.rar
(14.97 KiB) Downloaded 609 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Silverlight report Chart And PDF Export

Post by Alex K. »

Hello,

Thank you for the sample.
We need some time to check the issue.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Silverlight report Chart And PDF Export

Post 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.
Locked