老老鼠

博客园 首页 新随笔 联系 订阅 管理

2008年2月20日 #

摘要: ReportDocument report=new ReportDocument(); //加载报表 report.Load(Server.MapPath("xx.rpt")); //获得对DetailSection1节title标签对象的引用 TextObject to = report.ReportDefinition.Sectio... 阅读全文
posted @ 2008-02-20 14:52 大老鼠 阅读(412) 评论(0) 推荐(0) 编辑

摘要: 从asp.net后台代码加载显示有参数的报表文件时,需要给参数赋值 using CrystalDecisions.Shared; using CrystalDecisions.CrystalReports.Engine; /// /// 绑定显示报表 /// private void BindReport() { ReportDocument report = n... 阅读全文
posted @ 2008-02-20 14:30 大老鼠 阅读(3920) 评论(1) 推荐(1) 编辑