Connecting Tech Pros Worldwide Forums | Help | Site Map

Problem regarding crystal report relative path

Newbie
 
Join Date: May 2009
Location: jaipur,India
Posts: 15
#1: May 18 '09
I am developing application in c#.net and I am using crystal reports.
I want to dynamically load crystal report in report document so that from the same form I can access all the reports. for this i am using

ReportDocument rept=new ReportDocument();
rept.Load("genebank.inventory_display");

using Asp.net we can write server.MapPath(@"genebank/inventory_display")
to get path of crystal report.what is the way to specify relative path of crystal report in windows application.

Reply