1

How to load Byte data into the image box of SSRS The data is saved in the image field of the database.

Could you give me expression for it?

Thanks / Furqan

Furqan Sehgal
  • 4,917
  • 33
  • 108
  • 167

1 Answers1

2

Right click the image object in the report --> Image Properties, you will see this dialog:

In "Use this field: " select your dataset value that contains the image info

In "Use this MIME type:" select the type of image file it is (jpg,png,bmp etc)

enter image description here

mr.theTrain
  • 881
  • 7
  • 20