简体   繁体   English

存储过程发送SSRS

[英]Stored procedure send SSRS

I'm building an an application where I have to send mails with an attachment of a report made in Reporting services 2008, the report has parameters, how can I build a Stored procedure where I send a report via email smtp in format PDF or DOC or EXCEL that expect parameters ? 我正在构建一个应用程序,其中我必须发送带有Reporting Services 2008中报告的附件的邮件,该报告具有参数,如何构建存储过程,该过程通过电子邮件smtp以PDF或DOC格式发送报告或期望参数的EXCEL?

I'm trying to figure out but I cant find get the answer 我正在尝试找出答案,但我找不到答案

SQL Server Reporting Services is a tool to send reports to subscribers. SQL Server Reporting Services是将报告发送给订阅者的工具。 This SQL Server 2016 extension will easily solve your problem (as Knightwisp suggested). 此SQL Server 2016扩展将轻松解决您的问题(如Knightwisp所建议)。 Implementation details are too complex to include in this post; 实现细节太复杂了,无法在本文中包含。 for those, see the below link: 对于这些,请参见下面的链接:

MSDN, SQL Server 2016 -- E-Mail Delivery in Reporting Services MSDN,SQL Server 2016-Reporting Services中的电子邮件传递

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM