How to load crystal report if report (myorder.rpt) is in project folder?
Dim cryRpt As New ReportDocument
cryRpt.Load(what path here & "\" & "myorder.rpt")
Dim cryRpt As New ReportDocument
cryRpt.Load(what path here & "\" & "myorder.rpt")