| |
Sign In
Report.Database.Tables[i].SetDataSource("admin", "", DbPath, "")Report.Database.Tables[i].LogOnInfo.ConnectionInfo.ServerName = DbPath
TableLogOnInfo t = new TableLogOnInfo();t.ConnectionInfo.ServerName = dbPath; for(int i=0; i<rpt.Database.Tables.Count; i++) rpt.Database.Tables[i].ApplyLogOnInfo(t);
Remember Me