请教阿泰,水晶报表如何实现一次打印多份订单?

LSHSQR 2012-04-23 11:06:05
如题
...全文
1764 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
阿泰 2012-04-24
  • 打赏
  • 举报
回复
ReportDocument myReport = new ReportDocument();
string reportPath = Server.MapPath("crystalreport1.rpt");
myReport.Load(reportPath); //报表路径
//第一个参数为打印分数
myReport.PrinttoPrinter(10,false,0,0);

阿泰 2012-04-24
  • 打赏
  • 举报
回复
ReportDocument myReport = new ReportDocument();
string reportPath = Server.MapPath("crystalreport1.rpt");
myReport.Load(reportPath);
myReport.PrinttoPrinter(1,false,0,0);

其中第一个参数是打印分数
myReport.PrinttoPrinter(10,false,0,0);

4,820

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 图表区
社区管理员
  • 图表区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧