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
Silverlight report Chart And PDF Export
Hello Steven,
Thank you.
It will be available in the next prerelease build.hotcat wrote:1、Now in Silverlight designer can't support Pie、Doughnut,whether has a plan to support these?
Please send us a sample report with sample data for analysis.hotcat wrote:2、When I use the chinese in report value,export pdf file has garbled
Thank you.
Silverlight report Chart And PDF Export
Hello Aleksey
I edit the Person.cs
Add(new PersonName("小龙", "李"));
Add(new PersonName("春天", "李"));
Steven
I edit the Person.cs
Add(new PersonName("小龙", "李"));
Add(new PersonName("春天", "李"));
Steven
- Attachments
-
- 872.SilverlightApplication1.rar
- (14.97 KiB) Downloaded 609 times
Silverlight report Chart And PDF Export
Hello,
Thank you for the sample.
We need some time to check the issue.
Thank you for the sample.
We need some time to check the issue.
Silverlight report Chart And PDF Export
Hello Steven,
Thank you.
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.When I use the chinese in report value, export pdf file has garbled
Thank you.