摘要:ReportDocument report=new ReportDocument(); //加载报表 report.Load(Server.MapPath("xx.rpt")); //获得对DetailSection1节title标签对象的引用 TextObject to = report.ReportDefinition.Sectio...
阅读全文
随笔分类 - 水晶报表
水晶报表相关技巧
摘要:从asp.net后台代码加载显示有参数的报表文件时,需要给参数赋值 using CrystalDecisions.Shared; using CrystalDecisions.CrystalReports.Engine; /// /// 绑定显示报表 /// private void BindReport() { ReportDocument report = n...
阅读全文
浙公网安备 33010602011771号