private void GetReportParams() { ReportDocument reportDocument = new ReportDocument(); ConnectionInfo crConnectionInfo = new ConnectionInfo(); TableLogOnInfos crTableLogonInfos = new TableLogOnInfos(); TableLogOnInfo crTableLogonInfo = new TableLogOnInfo(); reportDocument.Load(@"D:\rptT1.rpt"); crConnectionInfo.ServerName = "xxx"; crConnectionInfo.DatabaseName = "xxx"; crConnectionInfo.UserID = "xx"; crConnectionInfo.Password = "xxx"; string strName; string strType; crTableLogonInfo.ConnectionInfo = crConnectionInfo; crTableLogonInfos.Add(crTableLogonInfo); crystalReportViewer1.LogOnInfo = crTableLogonInfos; crystalReportViewer1.ReportSource = reportDocument; intPataCount = Convert.ToByte(reportDocument.DataDefinition.ParameterFields.Count); foreach (ParameterFieldDefinition prm in reportDocument.DataDefinition.ParameterFields) { strName = prm.ParameterFieldName.ToString(); strType = prm.ParameterValueKind.ToString(); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง