Enable EnableExternalImages property for a subreport (SSRS)

﹥>﹥吖頭↗ 提交于 2021-02-10 14:29:37

问题


I have a main report wich includes many sub reports. In eah sub report i have an image loaded externally. My main report is loaded fine but when i try to load a subreport i get an error saying that : EnableExternalImages property is not enabled in my sub report. My question is how to enable it? i can't acess to my sub report via code behind. thanks.


回答1:


When loading an image from a file location you need to specify "File:" in front of the absolute file path for the image value property.

="File:C:\Users\Public\Pictures\Sample Pictures\Jellyfish.jpg"

Hope this helps someone else.



来源:https://stackoverflow.com/questions/28497975/enable-enableexternalimages-property-for-a-subreport-ssrs

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