开发者

Loading Byte image on SSRS from database

开发者 https://www.devze.com 2023-03-24 01:15 出处:网络
How to load Byte data into 开发者_C百科the image box of SSRS The data is saved in the image field of the database.

How to load Byte data into 开发者_C百科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


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)

Loading Byte image on SSRS from database

0

精彩评论

暂无评论...
验证码 换一张
取 消