本文介绍了如何在不选择打印属性的情况下进行打印的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在使用Crystal Reports的Visual Studio 2005中的Windows应用程序中遇到问题 btnPRINT_Click
请帮助我,
每当此行出现 crReportDocument.PrintToPrinter(1,true,1,1);
它引发了CATCH异常....
请解决我的问题....
Hi,
I have a problem btnPRINT_Click in windows application in visual studio 2005 using crystal reports
Pls help me,
Whenever its comin this line crReportDocument.PrintToPrinter(1, true, 1, 1);
Its throwing CATCH exception....
Please resolve my issue....
推荐答案
这篇关于如何在不选择打印属性的情况下进行打印的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!