We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Embedded image is not shown in report

Hi SyncFusion,

When I add an embedded image in a rdl file, it is correctly shown in the report designer.
But when showing the report in a Report Viewer control (ejReportViewer), it does not show.
Am I doing something wrong?

Best regards
Martin



Attachment: EmbeddedImageNotShowing_661c9bb9.zip

2 Replies

MJ Martin Jørgensen April 19, 2019 01:29 AM

Hi SyncFusion,

I was missing the:

    public object GetResource(string key, string resourceType, bool isPrinting) 
    {
        //Returns the report resource for the requested key.
        return ReportHelper.GetResource(key, resourceType, isPrinting);
    }

in my webapi.

Best regards
Martin


VS Vinoth Srinivasan Syncfusion Team April 23, 2019 05:51 AM

Hi Martin, 
 
We have checked the mentioned embedded image not shown issue with your shared RDL file in our Report Viewer control, but it is rendering properly as shown in below snap. 
 
 
 
We have prepared the simple Report Viewer sample for your reference. Could you please confirm whether the below sample is working or not at your end. 
 
If issue still persists, then could you please revert the above shared sample with issue reproducible case to validate the mentioned problem at our end. 
 
Regards, 
Vinoth S. 


Loader.
Live Chat Icon For mobile
Up arrow icon