且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何限制打印机打印特定报告

更新时间:2023-01-15 17:48:21

在使用ASP.NET时,您可以"不要做任何事情来控制客户端上的打印.无论哪种方式,除非您正在编写同时选择打印机和进行打印的代码(在ASP.NET中无法在客户端执行此操作),并且除非Crystal Reports允许您进行该级别的控制,否则您想要的是不可能.
As you''re using ASP.NET, you can''t do anything to control printing on the client side. Either way, unless you''re writing code that selects the printer as well as printing ( which you can''t do on the client side in ASP.NET ), and unless Crystal Reports allows you that level of control, what you want is impossible.