Hi, I am trying to display an image in the report's header, using Visual Studio 2013 Update 4 and CRforVS SP 12.
The report looks fine in the developer while creating it, showing data as well as images.
When I try to see the web page with the report (using IIS Express), I can see the report with data but the image is represented by its Alt text (image).
I tried many suggestions from the SAP forum but nothing worked for me.
Then I created a new web application targeting .NET 4.0 Framework, and it worked normally, showing both data and images in the web browser.
The only thing I had to do in both ASP.NET versions (4.5 and 4.0) is adding in the application folder the "aspnet_client" folder found in "inetpub\wwwroot".
What should I change in ASP.NET 4.5 projects to show an image in the reports?
Thanks