Good afternoon, I'm struggling to translate from C # to Cobol. Can someone translate this?
ReportDocument cryRpt = new ReportDocument ()
cryRpt.Load ("C: \ temp \ rlfatemi.rpt")
crystalReportViewer1.ReportSource = cryRpt
crystalReportViewer1.Refresh ().
↧
I need to translate it
↧