水晶报表弹出用户密码输入框问题的解决
所属类别:.NET
文章作者:ITPUB论坛
特别推荐:免费发布信息 承包关键词~~抢爆了!HOT!
ableLogOnInfo info = new TableLogOnInfo(); TableLogOnInfos infos = new TableLogOnInfos();//注意:这里比前面的多了一个“s”ConnectionInfo conn = new ConnectionInfo(); conn.ServerName = "localhost"; conn.DataSource = "Northwind"; conn.UserID = "sa"; conn.Password = ""; info.ConnectionInfo = conn; info.TableName = "Customers"; infos.Add(info); this.crystalReportViewer1.LogOnInfo = infos; this.crystalReportViewer1.ReportSource = rpt; this.crystalReportViewer1.DataBind(); conn.ServerName = C:\Documents and Settings\Reeezak\桌面\db1.mdb conn.DatabaseName = C:\Documents and Settings\Reeezak\桌面\db1.mdb conn.Password = 1conn.UserID = admin
相关信息· BitComet高级使用技巧六则
· 部署代理防火墙的优势与缺陷
· Ubuntu 7.04系统上安装Apache PHP MySQL
· VS.NET 2003 控件命名规范
99110
65874
