会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一片桔子林
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2009年9月18日
水晶报表添加引用
摘要: 在使用ReportDocument 时提示找不到类型或命名空间名称,应添加引用:using CrystalDecisions.Shared;using CrystalDecisions.CrystalReports.Engine;然后用下面的方法来实现加载.rpt文件ReportDocument document=new ReportDocument();document.load(Server....
阅读全文
posted @ 2009-09-18 11:13 Vanessa
阅读(550)
评论(0)
推荐(0)
编辑