水晶报表2008部署
摘要:1、下载水晶报表2008合并模块 http://resources.businessobjects.com/support/communitycs/FilesAndUpdates/cr120_merge_modules.zip?recDnlReq=Record&dnlPath=cr120_merge_modules.zip 2、将下载的压缩包解压到C:\Program Files\Common ...
阅读全文
posted @
2008-12-16 15:56
___大魔王
阅读(336)
推荐(0)
水晶报表--动态添加子报表
摘要:1,创建DataSet 2,将字段绑定(拖动)到子报表 3,将子报表加入到主报表中(省略了主报表部分的初始化) Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //create the relation of main repo...
阅读全文
posted @
2008-12-02 19:16
___大魔王
阅读(3222)
推荐(0)
水晶报表--数据绑定到DataSet
摘要:1,添加DataSet,添加相应的字段。 2,添加一个报表,并使用“数据库专家” 3,拖动到报表 4,代码设置数据绑定 public Form1() { InitializeComponent(); CrystalReport1 rpt = new CrystalReport1(); c...
阅读全文
posted @
2008-12-02 18:07
___大魔王
阅读(3362)
推荐(0)