P
Pioneer
HI,
I have set of crystal reports in my code. as of now they have absolute
path which need to be changed so that i can specify location @
runtime
any method to get paths at runtime?
I am using below code but it doesnt seem to yield result
CrystalDecisions.CrystalReports.Engine.ReportDocument obj_rpt = new
CrystalDecisions.CrystalReports.Engine.ReportDocument();
obj_rpt.FileName=Assembly.GetExecutingAssembly ();
thanks
I have set of crystal reports in my code. as of now they have absolute
path which need to be changed so that i can specify location @
runtime
any method to get paths at runtime?
I am using below code but it doesnt seem to yield result
CrystalDecisions.CrystalReports.Engine.ReportDocument obj_rpt = new
CrystalDecisions.CrystalReports.Engine.ReportDocument();
obj_rpt.FileName=Assembly.GetExecutingAssembly ();
thanks