【问题标题】:Script task to run SSRS from SSIS when they are in the same VS solution当它们在同一个 VS 解决方案中时,脚本任务从 SSIS 运行 SSRS
【发布时间】:2015-06-23 15:47:13
【问题描述】:

我的问题是:当包和报告在 Visual Studio 中的同一解决方案中时,如何使用 SSIS 包中的脚本任务从 SSRS 报告中运行/保存 PDF?我觉得这应该很简单,因为它们在同一个地方,但这是我第一次编写脚本任务,互联网出奇地没有帮助。任何帮助将不胜感激!谢谢!

【问题讨论】:

    标签: visual-studio-2008 reporting-services ssis


    【解决方案1】:

    这不是我最近几个月涉足的事情,我必须承认,但首先想到的是调用 rs.exe (https://msdn.microsoft.com/en-us/library/ms162839.aspx) 或使用 SSRS 网络服务方法 (https://msdn.microsoft.com/en-us/library/ms152787(v=sql.120).aspx)。

    如果你的意思是你想直接引用和呈现 RDL,而不需要安装报表服务器来呈现 RDL 并做一些跑腿工作,那么我认为你需要 RDLC:

    When to use RDLC over RDL reports?

    https://msdn.microsoft.com/en-us/library/Microsoft.Reporting.WebForms.ReportViewer(v=vs.100).aspx

    Creating a PDF from a RDLC Report in the Background

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-11-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-31
      • 1970-01-01
      • 1970-01-01
      • 2010-11-14
      相关资源
      最近更新 更多