Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27513

How to load crystal report if report (myorder.rpt) is in project folder?

$
0
0
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")

Viewing all articles
Browse latest Browse all 27513

Trending Articles