|
|
|
การส่งค่า Parameter ไปยังหน้า Crystal Report ดูมาหลายอันแล้วแก้ไม่ได้เลยครับ TT^TT ช่วยหน่อยครับ ขอบคุณครับ |
|
|
|
|
|
|
|
ตัวอย่างการเรียกและส่ง Parameters ครับ
ReportDocument rpt = new ReportDocument();
string directory = My.Application.Info.DirectoryPath;
//rpt.Load(directory & "\myCrystalReport1.rpt")
rpt.Load("C:\\DemoCrystalReport3\\DemoCrystalReport3\\myCrystalReport1.rpt");
rpt.SetParameterValue("CustomerID", this.txtCustomerID.Text);
this.CrystalReportViewer1.ReportSource = rpt;
this.CrystalReportViewer1.Refresh();
สร้าง Parameter และ Formula Fields บน Crystal Reports
|
|
|
|
|
Date :
2014-06-01 10:11:20 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมก็ประกาศแบบท่านเลยครับ แล้วมันก็มี popup เด้งขึ้นมาถามว่า จะใส่ value อะไรลงไปใน paremeter อ่าครับ
|
|
|
|
|
Date :
2014-06-01 13:59:16 |
By :
pondwa01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เหมือนว่าการสร้าง parameter ของผม มันคนละ version ด้วยมั้งครับเลยไม่รู้จะแก้ไงตอนสร้างมันเป็นงี้อะครับ
|
|
|
|
|
Date :
2014-06-01 14:02:24 |
By :
pondwa01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขออนุญาติดันครับเผื่อมีคนมาตอบ
|
ประวัติการแก้ไข 2014-06-02 01:28:12
|
|
|
|
Date :
2014-06-01 20:19:36 |
By :
pondwa01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|