印刷现场印刷 [英] Cleint site printing

查看:87
本文介绍了印刷现场印刷的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要从ASP.NET页面直接将Crystal Report打印到客户端的打印机.
我没有使用Crystal Report Viewer.我不能使用Crystal的PrintToPrinter方法
因为它在Web服务器端运行.我该怎么办?
任何帮助都将被申请.我看过很多其他类似问题的帖子,
但我还没有找到anu解决方案.谁知道的?

非常感谢,各位专家!!

Sothol

From my ASP.NET page, I need to print a Crystal Report to client''s printer directly.
I''m not using Crystal Report Viewer. I cannot use Crystal''s PrintToPrinter method
because this runs on Web Server side. How can I do this?
Any help would be appriciated. I''ve seen a bunch of other posts with similar question,
but I have not found anu solutions yet. Who''s got it??

Thank you very much, all you experts out there!!

Sothol

推荐答案

要在客户端打印pge,请在此处提供一个名为print的链接,然后单击
给这个 onclick ="window.print()" .

< input id ="print_btn" type ="button"önclick="window.print()" value ="Print">

希望这会帮助您在客户端打印.
To print a pge on client side , give there a link named print and on click
give this onclick="window.print()" .

<input id="print_btn" type="button" önclick="window.print()" value="Print">

Hope this will help you to print on client side.


这篇关于印刷现场印刷的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆