Hi,
Chinese characters prints question mark in pdf export, after a long
investigatin i have found the solution for it, the problem is because of the
report Text box font family and langauge setting. do the following property
settings in your report.
check your system fonts has Picto Glyphs font installed ie.ttf file. if not
install the ttf file.
1. Go to report designer
2. select the filed of row (ie. identified as text box in report .rdl file)
3. right click and go the field property.
4. set the font family property to MS Gothic
5. set the language property to Chinese simplified.
6 run the report.
7. export to pdf you can find the character in chinese.
each langauge has its own font family so you need to set font family with
respect to the langauge.
Regards,
Anitha
[quoted text, click to view] "Teresa" wrote:
> Up till now, I still cannot solve the problem, but I work around the problem
> by printing the acrobat via "print as image".
>
> For your problem, when you export to PDF with the unicode displayed as
> question marks, in my experience, it is due to the server and the client PC
> have not yet installed with the unicode font. Be careful that, in reporting
> services, once your installed the font, the machine should be rebooted before
> the font could be effective.
>
> Hope this can help!!!
>
> "wheresaldo" wrote:
>
> > Have you been able to solve the problem. My report has unicode Chinise,
> > Japanise, and Korean which look ok on the report viewer, but when I export to
> > PDF, the unicode characters get replaced by question marks.
> >
> > "Teresa" wrote:
> >
> > > We are currently SQL Reporting Services SP1 to render a PDF using Render
> > > method via web services for a report using font Arial Unicode MS. The report
> > > could be viewed properly on screen using acrobat reader 6 or 7, when we print
> > > it, the chinese characters in arial unicode ms messed.
> > >
> > > Is it a bug? Do anyone encounter the same problem, please help!
> > >