Export to pdf shows wrong character of Chinese(Traditional) words

Hi,

Thank you for the sample project.

Please set your GridView.AppearancePrint.Row.Font property value to "Arial Unicode MS":

...
    gridView1.AppearancePrint.Row.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
    gridView1.AppearancePrint.Row.Options.UseFont = true;
...

I hope this will fix the problem. Please let us know your results.

Thanks,
Vito

 ---------the same as:

ASPxPivotGrid1.StylesPrint.Cell.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
ASPxPivotGrid1.StylesPrint.HeaderGroupLine.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
ASPxPivotGrid1.StylesPrint.FieldHeader.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
ASPxPivotGrid1.StylesPrint.FieldValue.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
ASPxPivotGrid1.StylesPrint.FieldValueTotal.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);

 

posted @ 2011-05-21 11:08  Yaoquan.Luo  阅读(291)  评论(0编辑  收藏  举报