Loading Byte image on SSRS from database

邮差的信 提交于 2019-12-25 03:56:24

问题


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


回答1:


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)



来源:https://stackoverflow.com/questions/6876452/loading-byte-image-on-ssrs-from-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!