Showing a Barcode on a SSRS report without SSRS addins
I recently had the task of adding a barcode onto a SSRS report without being able to add an开发者_如何学Goything to the report server other than the report itself.
The solution I came up with was to render the barcode as a dynamic image on our webserver and reference the image from the report. It works beautifully. I just wanted to post a possible solution for others in the same boat.
I like that - we installed a barcode font which worked for us.
精彩评论