从crystalreportviewer打印水晶报告 [英] print crystal report from crystalreportviewer

查看:88
本文介绍了从crystalreportviewer打印水晶报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过crystalreportviewer在网页中显示了crystalreport,并且运行良好,但是当我按下工具箱中的打印"按钮以打印报告时,它只是对页面进行了后包装而没有任何动作.
这是我的代码:

I display a crystalreport in web page by crystalreportviewer , and I works well but when I press the print button in toolbox to print report it dosn''t do any action just postpack page.
here is my code:

DS_Reports DS_Rep = new DS_Reports();
DA_Users.Fill(DS_Rep, "Complaints");
Reports.UsersInfo Rep_Users = new Reports.UsersInfo();
Rep_Users.SetDataSource(DS_Rep);
Session["UserRep"] = Rep_Users;
Viewer_Users.ReportSource = Rep_Users;

推荐答案

在这里您可以找到解决方案链接

Crystal Report Viewer Export&打印按钮不起作用 [ ^ ]
Here you go for solution link

Crystal Report Viewer Export & Print buttons are not working[^]


这篇关于从crystalreportviewer打印水晶报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆