Exemplo n.º 1
0
 void CETAK()
 {
     CrystalDecisions.CrystalReports.Engine.ReportDocument cryRpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
     REPORTS.PIUTANG.FormLAPORANPIUTANG frm = new REPORTS.PIUTANG.FormLAPORANPIUTANG(dtPIUTANG);
     frm.ShowDialog();
 }
 void CETAK()
 {
     CrystalDecisions.CrystalReports.Engine.ReportDocument cryRpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
     REPORTS.PIUTANG.FormLAPORANPIUTANG frm = new REPORTS.PIUTANG.FormLAPORANPIUTANG(dtPIUTANG);
     frm.ShowDialog();
 }