Search code examples
c#reporting-servicesreportinglocalreport

Is it possible to set an image on a Reporting Services Report from memory?


I am trying to figure out a way to programatically set an image on a Visual Studio Report where the image doesn't come from a file or from the database but from the running application.

My best guess is to somehow subvert the Embedded or Database Source types but I have been unable to figure out how to do this.

Do I really want to do this? Yes. The images are not in the database and can't be access via the file system for security reasons. I plan to Render the report directly to a PDF file stream to hopefully keep the memory footprint down.


Solution

  • Here is a revised solution: Visual Studio Screenshot