本文介绍了在SSRS上加载外部图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在SSRS上有一个图片框.我想加载一张图片,以供
进行检查D:\ Pictures \ TV1.jpg(实际上,用户将使用OpenFileDialog来决定)
我已经将Source设置为外部,并在值表示中感到疲倦
="D:\ Pictures \ TV1.jpg"
和
还
="/< d:\ pictures> \ TV1.jpg"
但是我的图片框在两种情况下都显示错误图片.
请告知出什么问题.
谢谢
Furqan
Hi,
I have a picture box on SSRS. I want to load a picture to it, for exam from
D:\Pictures\TV1.jpg (actually user will decide it by using OpenFileDialog)
I have set the Source to external and in Value expression I tired
="D:\Pictures\TV1.jpg"
and
Also
="/<d:\pictures>\TV1.jpg"
but my picture box shows error picture in both cases.
Please advise what is wrong.
Thanks
Furqan
推荐答案
file:D:\TV1.jpg
="不得使用.................
完成.....
=" " not to be used.................
Done.................
这篇关于在SSRS上加载外部图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!