随笔分类 -  報表

動態添加報表中的控件
摘要://... CrystalDecisions.ReportAppServer.ReportDefModel.TextObject to1=new CrystalDecisions.ReportAppServer.ReportDefModel.TextObject(); to1.Name ="text001"; boReportClientDocument.ReportDefController.... 阅读全文
posted @ 2009-02-01 16:24 Blade 阅读(174) 评论(0) 推荐(0)
水晶報表制作rpt
摘要:需要文件一個XSD,RPT在向子報表中傳參數時,要保持子報表和主表里的參數名稱唯一,即使是傳的是同一值時,在報表中也要用同的不同的參數名稱取值在傳子報表時只是多傳一數據源//主要把數據填入報表中public void gfunProcRptForm(DataSet dstData, DataSet SubdstData, string strReportName, string strSubRep... 阅读全文
posted @ 2008-09-23 14:31 Blade 阅读(629) 评论(0) 推荐(0)