本文介绍了在水晶报表中直接打印而在vs 2008中没有显示很多弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好..
我正在做一个项目,正在创建水晶报表.
我必须打印报告.
当我按报表上的打印图标时,将弹出1个弹出窗口,当我在此页面上按确定"时,它要求我选择所有页面或选择页面范围,然后打开pdf文件中的转发,然后单击打印"按钮在pdf上,然后打印出来.

我希望当用户单击报告时没有任何进一步的弹出窗口时,应该出现打印",如果不可能,则在出现第一个弹出式打印提示后出现.我不希望该用户看到该pdf文件..

而且我还没有编写任何打印代码.

还有
我尝试通过从ActiveX和PDF更改ReportViewer控件PrintMode进行尝试,但是没有任何效果.
您是否还有其他想法可以解决此问题..

我也尝试过使用此

Hi all..
I am working on a project and I am creating crystal reports.
I have to print the reports.
When I press the print icon on the report , 1 pop opens and it asks me to choose all pages or select page range when I press on "Ok" on this page it then opens the repost in pdf file and then I click on print button on pdf and then print comes.

I want that when User click on report then without any further popup the Print should come and if it is not possible then after 1st popup print shud come. I dont want that User shud see the pdf file..

and I have not written any code for printing..

and also
I have tried by changing the ReportViewer control PrintMode from ActiveX and PDF but nothing works.
Do u have any other Idea how to solve this problem..

I have also tried by using this

reportDocument.PrintToPrinter(1, false, 1, 1);


但没有任何效果.
任何人都可以帮我这个忙吗?

在此先感谢...


but nothing works.
Can any body help me in this please...

Thanks in advance...

推荐答案


这篇关于在水晶报表中直接打印而在vs 2008中没有显示很多弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 00:15