Hello,
I added a jpg logo as an unbound picture in the report designer.
When displaying the report on a web page the logo/picture is not showing up, but when converting to a PDF document the logo is displayed as expected.
On the missing logo in html report, is the path-/file name displayed like OrderReports.xml.ascx_files/ActualWorkDone_Field10_pic0.jpg, and when looking in the IIS server I can see that this path is at the root of the web site, even if the report source .xml is in a different path in the web site.
I have also added the httphandler:
<!-- ** C1 WebReports for ASP.NET 2.x: ** -->
<add verb="*" path="c1wrImg.aspx" type="C1.Web.C1WebReport.C1WebReport, C1.Web.C1WebReport.2"/>
But that did not help either.
Is this a known bug in the WebReport display ?
I am running version (2.5.20053.189)
Best regards,
SwanB