Hi Guys,
I'm new to reporting and there is a requirement to display an image in my report and I'm using a picture box for this.
Problem I have is I want to display this image only when it is available. From my dataset I'm returning the image path(this will always return a path if image is present or not) and a boolean value indicating if the image is present.
So I tried adding an conditional formatting rule to picture box defining layout should not be visible when the Field.ImageAvailable property is false. But when I render the report, it displays image not found error.
So have I missed anything or is there any other way to handle this?
Thanks in advance!!
I'm new to reporting and there is a requirement to display an image in my report and I'm using a picture box for this.
Problem I have is I want to display this image only when it is available. From my dataset I'm returning the image path(this will always return a path if image is present or not) and a boolean value indicating if the image is present.
So I tried adding an conditional formatting rule to picture box defining layout should not be visible when the Field.ImageAvailable property is false. But when I render the report, it displays image not found error.
So have I missed anything or is there any other way to handle this?
Thanks in advance!!