I'm generating PDF files from RDLC report programaticaly without a viewer (ASP.NET 2.0 C#).
I would like to find a way to send it directly via email without downloading the PDF file. Thanks for any help.
I'm generating PDF files from RDLC report programaticaly without a viewer (ASP.NET 2.0 C#).
I would like to find a way to send it directly via email without downloading the PDF file. Thanks for any help.
I would suggest these two approaches.. See which one fits best for you
http://www.codeproject.com/KB/reporting-services/PDFUsingSQLRepServices.aspx
I think Jonathon has posted exactly what you need in this answer to my (similar) question a few days ago: