争怎路由网:是一个主要分享无线路由器安装设置经验的网站,汇总WiFi常见问题的解决方法。

《容易完成Crystal Report动态加载》补遗

时间:2024/7/2作者:未知来源:争怎路由网人气:

在《简单实现Crystal Report动态加载》中,所提供的方法有时候并不能很好的工作。于是通过不断的实验和资料查询,终于发现了更好的方法。核心代码如下

CrystalDecisions.Web.CrystalReportViewer CrystalReportViewer1;
String path = Server.MapPath("./");
path = path + @"\Report\Report.rpt";
path = path.Replace("\\","\\\\");
ReportDocument Rep=new ReportDocument();
Rep.Load(path);
DataSet ds = getDataSet(getConn());
Rep.SetDataSource(ds);
CrystalReportViewer1.ReportSource = Rep;
CrystalReportViewer1.DataBind();

如上代码所示,这个方法通过ReportDocument类的Load()方法把报表模板加载入内存,利用推模式把DataSet数据推入模板。最后把这个ReportDocument绑定到CrystalReportViewer上。



关键词:《容易完成Crystal Report动态加载》补遗




Copyright © 2012-2018 争怎路由网(http://www.zhengzen.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版