文件名称:水晶报表基本使用方法
文件大小:1.1MB
文件格式:RAR
更新时间:2016-04-07 04:19:32
水晶报表 B/S 源代码 使用方法
水晶报表的基本使用方法源代码 TableLogOnInfo li = new TableLogOnInfo(); ReportDocument rp = new ReportDocument(); rp.Load(MapPath("Report/CrystalReport.rpt")); li.ConnectionInfo.ServerName = ConfigurationManager.AppSettings["ServerName"]; li.ConnectionInfo.DatabaseName = ConfigurationManager.AppSettings["DataBase"]; li.ConnectionInfo.UserID = ConfigurationManager.AppSettings["uid"]; li.ConnectionInfo.Password = ConfigurationManager.AppSettings["pwd"];
【文件预览】:
水晶报表
----WebReport()
--------ReportViewer.aspx.cs(3KB)
--------App_Code()
--------Web.config(7KB)
--------ReportViewer.aspx(1KB)
--------WebReport.sln(2KB)
--------App_Data()
--------Default.aspx(3KB)
--------DefaultDetails.aspx(3KB)
--------WebReport.suo(31KB)
--------Default.aspx.cs(623B)
--------vwd.webinfo(278B)
--------DefaultDetails.aspx.cs(1KB)
--------Report()
--------Bin()