本文介绍了当printdialog()调用.rdlc时避免打印对话框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在使用Printdialog()来打印报告(.rdlc)
我想避免这种对话,而是将报告直接发送到打印机,而不会受到用户的干扰.
请告知操作方法.
谢谢
Furqan

Hi,
I am using Printdialog() to get my report printed (.rdlc)
I want to avoid this dialogue and send the report directly to the printer without user interference.
Please advise how to do it.
Thanks
Furqan

推荐答案


这篇关于当printdialog()调用.rdlc时避免打印对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 14:33