本文介绍了使用系统打印设置定义RDLC-Reportviewer PrintSettings的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用C#开发窗口应用程序.我正在使用reportviewer显示rdlc.我只需要执行以下操作:

1).打印rdlc而不查看它.客户端将单击打印"按钮,并且打印应为系统默认打印机".
2).如果系统默认打印机不可用/无法工作,则会提示您选择其他方法.

Hi All,

I am developing the window application using C#. I am using the reportviewer to display rdlc. I just require following things:

1). Print rdlc without viewing it. Client will click on print button and print should go System default printer.
2). if System default printer is not available/working then it will prompt for alternative.

// Most Important
3). if I use custom page size, it print four copies. However, it is set on one copy.


问候!
Aman


Regards!
Aman

推荐答案


这篇关于使用系统打印设置定义RDLC-Reportviewer PrintSettings的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 22:48