Hello all
Im trying to save our logo as an image into the header of an SSRS 2008 report.
While I can get the image to appear when running the report directly in SSRS when i attempt to export to PDF i get an error: "insufficient data for an image" and the report exports with no header.
Googling the error does indicate its a common problem but I can't seem to find any solutions specifically in an SSRS context. (btw It does export to Word with the image intact.)
Does anyone have any tips for how to get around this?
Thanks
Peter
Maybe try recreating the image or saving it as a different file type.
Are you adding the image as a resource on the Report Server, or trying to embed the image into the report?
Apologies Ryan, I somehow overlooked your reply.
The image (a jpg file) is saved in the "report data" in BIDS, and is 'embedded' in the report. Not sure what you meant by a resource on the Report Server but i did try uploading the image file itself to the same folder as the report on the Server and that hasnt helped.
Actually i can answer my own question. Took Jon's suggestion and changed the file to a gif, and it now exports to pdf without problem.
Thanks again