Hi,
We're using ReportBuilder 3.0 to build SSRS 2008 R2.
Now, in my report I want to add a barcode (type EAN-13).
I found a font (.TTF) that translates the number in a barcode with that number below,
I tried it out in Word and I'm getting exactly what I needed (the number generation will be handled in code in website application).
After installing the font on both my computer (developer's pc) and the server running SSRS,
I also tried it in Report Builder 3.0.
When in Design Mode you can see the barcode as it should be.
When running the report, you can also see the barcode:
But now comes the problem:
When running the report from Report Builder 3.0 and after clicking 'Print Layout'
or after printing the document from the code, the barcode isn't shown,
instead I see the numbers of the barcode in a default font (I think Arial) like this:
Does anyone encountered a simular issue?
And/Or does anyone has a solution to print the barcodes when value is for example 0012345678905 (EAN-13),
using only ReportBuilder 3.0 and SSRS 2008 R2?