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