Has anyone had any experience in rendering a report in a format that can easily be used in the body of an email? I am attempting to write a process that will generate a custom summary report for various users that would be emailed using System.Net.Mail. But, I have not found an elegant solution.
I have tried to export to MHTML but that does not seem to work with System.Net.Mail. I have also tried to export to HTML but that seems to create multiple files and would take a lot of additional work to merge everything together.
Any ideas would be appreciated.
I have tried to export to MHTML but that does not seem to work with System.Net.Mail. I have also tried to export to HTML but that seems to create multiple files and would take a lot of additional work to merge everything together.
Any ideas would be appreciated.