【.Net】水晶报表CrystalReport粗浅入门
摘要:
VB6代码大概是这样的: crystalreport1.Connect:='dsn=xxx;uid=yyy;pwd=zzz;dsq=aaa'; crystalreport1.DiscardSavedData:=true; crystalreport1.SQLQuery:='select * from 阅读全文
posted @ 2016-03-09 11:09 tony_cyou 阅读(751) 评论(0) 推荐(0) 编辑