string strDateFrom = Session["DateFrom"].ToString(); string strDateTo = Session["DateTo"].ToString(); Session["DateFrom"] = null; Session["DateTo"] = null; DataSet ds = new DataSet(); ds = ReportsBLL.Get_RptGoldViewInbound_DataList(strDateFrom, strDateTo, ""); DataSet ds1 = new DataSet(); ds1 = ReportsBLL.Get_RptGoldView_DataList(strDateFrom, strDateTo, ""); UserData user = LogOnBiz.GetUserData(); ReportDocument rpt = new ReportDocument(); rpt.Load(Server.MapPath(@"Rpt023ViewBalanceGoldInboundHistory.rpt").ToString()); rpt.SetDataSource(ds); rpt.SetParameterValue("userNameTH", user.DisplayNameTH); rpt.OpenSubreport("Rpt022ViewBalanceStockGoldHistory.rpt").SetDataSource(ds1); rpt.Subreports[0].SetParameterValue("userNameTH", user.DisplayNameTH);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง