protected void Page_Load(object sender, EventArgs e) { ConnectionInfo crConnectionInfo = new ConnectionInfo(); crConnectionInfo.ServerName = "localhost";//IP crConnectionInfo.DatabaseName = "ฐานข้อมูล"; crConnectionInfo.UserID = "ไอดี"; crConnectionInfo.Password = "รหัสผ่าน"; ReportDocument reportDocument1 = new ReportDocument(); reportDocument1.Load(Server.MapPath("CrystalReport1.rpt")); TableLogOnInfos crTableLogonInfos = new TableLogOnInfos(); TableLogOnInfo crTableLogonInfo = new TableLogOnInfo(); foreach (CrystalDecisions.CrystalReports.Engine.Table table in reportDocument1.Database.Tables) { crTableLogonInfo.TableName = table.Name; crTableLogonInfo.ConnectionInfo = crConnectionInfo; crTableLogonInfos.Add(crTableLogonInfo); table.ApplyLogOnInfo(crTableLogonInfo); } CrystalReportViewer1.LogOnInfo = crTableLogonInfos; //CrystalReportViewer1.SelectionFormula = "{job.JobID}in('" + Session["JobID"] + "')"; CrystalReportViewer1.ReportSource = reportDocument1; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง