使用报告服务直接发送到打印机
我有这个 Reporting Services 存储库,其中包含一些通过 URL 接受参数的报告。
我希望我的应用程序将这些报告直接发送到打印机(用户的默认打印机),甚至无需打开它们。是否可以?如何?
I have this Reporting Services repository with some reports that accept Parameters via URL.
I want my application to send these reports directly to printer (User's Default Printer), without even opening them. Is it Possible? How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用一个名为 Batch Print Pro 的软件,它会监视文件夹中是否有 pdf 放入,然后将其打印出来。我们只需将报告保存为 pdf 格式,使用批量打印专业版监控文件夹,然后将其打印出来。似乎运作良好
We use a bit of software called batch print pro, it will monitor a folder for a pdf dropping in, then print it out. We just schedule the reports to save to a pdf, monitor the folder with batch print pro and then this prints them out. Seems to work well