Hi all,
I have a report developed in SQL Server 2008 R2 (SP1) which uses a Code 128 font that is True Type, the elements that use the font are visible and the font is installable.
The font is installed in my computer so is the report server and the client application. When I access report server (http://localhost/reports), I go to my report, enter the parameters and call it, it is rendered as should be and I'm able to print it with the barcode being correctly displayed.
However when I'm using ReportViewer control on a Windows Application (with ProcessingMode as Remote), the report is rendered without the barcode (the text is human-readable) and printing does the same effect.
Is there any patch, known-workaround or fix that can be done to overcome this issue?