RDLC 文件生成 PDF 并通过电子邮件发送
我正在以编程方式从 RDLC 报告生成 PDF 文件,无需查看器(ASP.NET 2.0 C#)。
我想找到一种直接通过电子邮件发送而不下载 PDF 文件的方法。感谢您的任何帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议这两种方法..看看哪一种最适合您
http://weblogs.asp.net/rajbk/archive/2006/03/02/How- to-render-client-report-definition-files-_28002E00_rdlc_2900_-directly-to-the-Response-stream-without-preview.aspx
http://www.codeproject.com/KB/reporting-services/PDFUsingSQLRepServices.aspx
I would suggest these two approaches.. See which one fits best for you
http://weblogs.asp.net/rajbk/archive/2006/03/02/How-to-render-client-report-definition-files-_28002E00_rdlc_2900_-directly-to-the-Response-stream-without-preview.aspx
http://www.codeproject.com/KB/reporting-services/PDFUsingSQLRepServices.aspx
我认为乔纳森几天前在我的(类似)问题的答案中已经发布了您所需要的内容:
将 RDLC 输出作为电子邮件附件分发
I think Jonathon has posted exactly what you need in this answer to my (similar) question a few days ago:
Distributing RDLC output as an email attachment