I'm using the LocalReport.Render()
(documentation) method to generate a PDF from an .rdlc template.
In the template I'm using Calibri which renders prefectly when executing from my development environment. However when I publish the application to the server it appears the font is reverting to Arial.
The font is installed in C:\Windows\Fonts
on both machines. Looking at the produced PDFs both seem to have access to Calibri:
Do you have any ideas of what may be causing this?