自动打印SSRS报告

发布于 2024-08-21 09:08:32 字数 246 浏览 6 评论 0原文

我对使用 SSRS 相当陌生,我想创建一个在生成报告时自动打印到指定打印机的报告。

我在 SO 上发现了这个问题,它提到在商业智能开发工作室中编写可以“启动”打印作业的代码。我该怎么做呢?

编辑:

忘记了相关线程的 URL。 自动打印 SSRS 报告?

I am fairly new to using SSRS and I would like to create a report that automatically prints to a specified printer when the report is generated.

I found this question on SO and it mentions writing code in the Business Intelligence Development Studio that can "fire off" a print job. How might I do that?

EDIT:

Forgot the URL of the thread in question.
Automatically print SSRS report?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

叹倦 2024-08-28 09:08:32

正如 TFD 评论的那样,谷歌会给你很多回复。

根据我的经验,有两种“自动”打印报告的方法。

  • 如果您的代码需要它,那么您必须自己对渲染进行编码并将其发送到打印机。有很多方法/变体可以做到这一点,谷歌将再次为您提供更多细节。
  • 您还可以编写自定义扩展来进行打印。作为 SSRS 服务器安装的一部分,SSRS 示例代码中有相关示例。这将执行“服务器端”打印。

As TFD commented google will get you lots of responses.

From my experience there are 2 ways to "automatically" print a report.

  • If it will be on demand from your code then you will have to code the rendering and send that to the printer yourself. There are lots of ways/variations to do this, again google will give you more specifics.
  • You can also write a custom extension to do the printing. There are samples of this in the SSRS sample code as part of the SSRS server install. This would do the printing "server side".
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文