Currently I have a table that dynamically defines emails that I send out to the client replacing parameters within the content fields with data from the database. For example, the content field contains the following "@ServiceDate at @Times to perform a Pest Control Application." Within the stored proc it replaces @ServiceDate with the date we were there and @Times with the times we were there. Now they would like to also attach a map to the email. I created an SSRS report that generates the map, but I would like to run the report, save it as a pdf and attach it to the email. Is there a way I can do this?
Any thoughts or help would be greatly appreciated.