void CETAK()
 {
     CrystalDecisions.CrystalReports.Engine.ReportDocument cryRpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
     REPORTS.INVOICE.FormSTT frm = new REPORTS.INVOICE.FormSTT(dataPrint);
     frm.ShowDialog();
 }
Exemplo n.º 2
0
 void CETAK()
 {
     CrystalDecisions.CrystalReports.Engine.ReportDocument cryRpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
     REPORTS.INVOICE.FormSTT frm = new REPORTS.INVOICE.FormSTT(dataPrint);
     frm.ShowDialog();
 }