Images
Images are really straightforward. To put an image onto your report, right click Images in the Report Data field, and select Add Image. From here, browse to find your image that you want to add. Then click Ok.
From here, just drag the added file to the report. Resize and move it as needed. (You can even place it inside cells and the header or footer.
There are a couple ways to do images, and I will try to cover all of them
1 Right click on a cell -> Insert -> Image
a. Find the image, embedded or external.
b. The cell is now an Image cell.
c. You cannot add a fill and the options in which to modify the cell are now limited. Keep this in mind if your reports require special formatting, and if so, you may want to use the method below.
2 Right click on a cell -> Properties -> Fill
a. Find the image, embedded or external.
b. Through this, you can still treat the cell as a cell. However, you don’t have any real control over the image itself.
Barcodes
Barcodes can be done a few different ways in SSRS, through VB code (difficult), or by changing the font. We will cover the latter.
1 Take your expression. =Fields!SOPNUMBE.Value
2 Trim it. =trim(Fields!SOPNUMBE.Value)
3 Add asterisks to it so that it is a readable barcode. ="*"+trim(Fields!SOPNUMBE.Value)+"*"
4 Change the font to the appropriate barcode font for the company.