In visual studio 2008, asp.net / vb.net, I want to be able to generate an mhtml Report Server report, then read it into the body of an email message, and send the email.
I know how to initiate the report, and how to generate/send the email message.
What I'm confused about, is how to 1) retrieve the report, and 2) load the report into an email "body variable."
The report is returned as a link.
An example would be great.
Thanks,
Randy