void CETAK()
 {
     CrystalDecisions.CrystalReports.Engine.ReportDocument cryRpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
     REPORTS.TAGIHAN.FormTAGIHAN frm = new REPORTS.TAGIHAN.FormTAGIHAN(cryRpt, dataPrint);
     frm.ShowDialog();
 }
コード例 #2
0
 void CETAK()
 {
     CrystalDecisions.CrystalReports.Engine.ReportDocument cryRpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
     REPORTS.TAGIHAN.FormTAGIHAN frm = new REPORTS.TAGIHAN.FormTAGIHAN(cryRpt, dataPrint);
     frm.ShowDialog();
 }