TOP NEWS

Isocare Knowledge Management การพัฒนาและการประยุกต์ใช้ระบบการจัดการความรู้ของฝ่ายพัฒนาซอฟท์แวร์ บริษัท ไอโซแคร์ ซิสเตมส์ จำกัด

วันพฤหัสบดีที่ 4 เมษายน พ.ศ. 2562

ตัวอย่าง code การทำ Direct Print จากหน้าจอด้วย Ireport

ตัวอย่าง code การทำ Direct Print จากหน้าจอด้วย Ireport 


iReportBuider report = new iReportBuider(this, "ใบเสร็จชำระเงิน");

iReportBuider.printerName="<<PRINTER_NAME>>";
//<== printerName มาจาก Query select printer_name from cmprinter where printer_name not in ('PDF','XLS') ;

report.AddCriteria("slip_newmemb", "ใบเสร็จชำระเงิน", ReportType.direct, args);

report.AutoOpenPDF = false;

report.Retrieve();

0 ความคิดเห็น: