Try this:
declare cryRpt as type ReportDocument = new ReportDocument
invoke cryRpt::Load ("C:\temp\rlfatemi.rpt")
set crystalReportViewer1::ReportSource to cryRpt
invoke crystalReportViewer1::Refresh
Try this:
declare cryRpt as type ReportDocument = new ReportDocument
invoke cryRpt::Load ("C:\temp\rlfatemi.rpt")
set crystalReportViewer1::ReportSource to cryRpt
invoke crystalReportViewer1::Refresh