Print Page | Close Window

How to load crystal report in project?

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=19666
Printed Date: 01 May 2024 at 5:11pm


Topic: How to load crystal report in project?
Posted By: aspfun
Subject: How to load crystal report in project?
Date Posted: 17 Jun 2013 at 6:53am
How to load crystal report if report (myorder.rpt) is in project folder?
How to finish "what path here"?

Dim cryRpt As New ReportDocument
cryRpt.Load(what path here & "\" & "myorder.rpt")



Print Page | Close Window