Help -Can't send MHTML as email body using Reporting Services output

  • Thread starter Thread starter Nanker
  • Start date Start date
N

Nanker

I would like to integrate Reporting Services reports into an existing
email messaging framework using .NET 1.1 (both to leverage the existing
framework and since the error reporting by Reporting Services
subscriptions isn't that great). Within this C# application, I would
like to be able to:

- Run a report by hitting a URL, specifying the report parameters
- Read back the results as MHTML (which will embed images)
- Send an email with that MHTML as the body of the message

I've tried rendering the report as MHTML and using Chilkat components
(which results in creating a message where the components are all
individual attachments of the email) and I've tried using the CDO COM
components wrapper approach (which doesn't give me an email that
actually renders correctly). Is there any way to programatically get
the output of a Reporting Services report and send it as an MHTML
email?

Thanks in advance
 
Back
Top