问题
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