CodeGrue
CodeGrue

Reputation: 5933

SSRS Broken Embedded Image

I have a SQL Server Reporting Services report with an embedded image in the header. It works fine in preview mode and if I inspect the RDL file, it has the encoded image stream in there.

However, when I deploy the report to the server and view the report in the Report Manager, the image shows with a broken X icon.

Has anyone experienced this?

Upvotes: 0

Views: 2686

Answers (3)

Ivor
Ivor

Reputation: 21

I had the same issue with my png image where it had alpha-channel transparency enabled. Removing this (or changing the image format to jpg) resolved the issue.

Upvotes: 2

Felgar
Felgar

Reputation: 1

When I had this problem, changing the image from CMYK to RGB color fixed it.

Upvotes: 0

CodeGrue
CodeGrue

Reputation: 5933

It seems my image was too large. Reducing it to 50x50 px worked.

Upvotes: 0

Related Questions