I don't think you have the MIMEType property set on the image control. If
you are pulling the image from the database, you may need to use an
expression to set it accordingly.
Thanks,
Steve MunLeeuw
Thanks Steve, here is a bit more clarification the file is coming from a file
within the same folder as the rdl file. and I if I understand your image type
statement, In the Report designer, in the propery window view, In the Data
item the MIMEtype property = image/jpeg the source property = External and
the value = the ftile name.
when this is changed to the gif file the inage type is blank, I tried that
with the jpg file and it still did not display
> I don't think you have the MIMEType property set on the image control. If
> you are pulling the image from the database, you may need to use an
> expression to set it accordingly.
>
> Thanks,
> Steve MunLeeuw