各位同行,现在我设计的一个功能是报表不预览直接打印,使用下列代码实现:
FinishCoilLabel_Common label3 = new FinishCoilLabel_Common(fidlist[i], false);
label3.Document.Printer.Print();
FinishCoilLabel_Common 是一个SectionReport,打印机会进行打印操作,但是打印的是空白页,为什么呢?有大神知道吗?
FinishCoilLabel_Common的构造函数中有 添加 this.Run();
但是如果通过viewer预览打印是正常的。不预览打印就出问题。
|
|