string path = @"D:\output.xls"; try { BillingReportWithGraph rptg = new BillingReportWithGraph(); //ในโปรเจคท์มีไฟล์ .rpt rptg.SetDataSource(billing); //main report แสดงตาราง rptg.OpenSubreport("Chart").SetDataSource(graph); //sub report เป็นแสดงกราฟ rptg.SetParameterValue("HeaderText", SystemParams.HeaderText); //other parameter rptg.SetParameterValue("FooterText", SystemParams.FooterText); //other parameter rptg.SetParameterValue("ReportName", SystemParams.ReportName); //other parameter rptg.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.Excel, path); //start to export } catch (Exception ex) { MessageBox.Show(ex.Message); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง