using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Configuration; using System.Windows.Forms; using CrystalDecisions.Shared; using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; namespace Tracking_Scale_System { public partial class Form6 : Form { public Form6() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { ReportDocument cryRpt = new ReportDocument(); cryRpt.Load("D:\\JOB\\Project Document\\Project\\Tracking Scale System\\CrystalReport2.rpt"); //cryRpt.Load(server.MapPath("CrystalReport2.rpt")); cryRpt.SetDatabaseLogon("tracking", "tracking", "IT-CHIRAPORN-M", "TrackingDB"); //crystalReportViewer1.SelectionFormula = "{CUSTOMERS.CUSTOMERID} =" + "'" + textBox1.Text + "'"; crystalReportViewer1.SelectionFormula = "{CUSTOMERS.CUSTOMERID} in " + "'" + textBox1.Text + "'" + "to" + "'" + textBox2.Text + "'"; //crystalReportViewer1.SelectionFormula = "{CUSTOMER.CUSTCODE} = " + "'" + textBox2.Text = "'"; crystalReportViewer1.ReportSource = cryRpt; crystalReportViewer1.Refresh(); } } }
cryRpt.Load(Application.StartupPath + "\\CrystalReport2.rpt");
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง