D
dllhell
hello all,
this is my code:
LINE_1: CrystalDecisions.CrystalReports.Engine.ReportDocument aRep= new
CrystalDecisions.CrystalReports.Engine.ReportDocument();
LINE_2: aRep.Load("c:\rep1.rpt", OpenReportMethod.OpenReportByTempCopy);
in line_2 whatever option I use in load method error occured {"Load report
failed."}, also I have tryed with "\\c:\rep1.rpt"...
As you can see, I'm newone in c# programming so please be patient with me
thanks for help in advance
this is my code:
LINE_1: CrystalDecisions.CrystalReports.Engine.ReportDocument aRep= new
CrystalDecisions.CrystalReports.Engine.ReportDocument();
LINE_2: aRep.Load("c:\rep1.rpt", OpenReportMethod.OpenReportByTempCopy);
in line_2 whatever option I use in load method error occured {"Load report
failed."}, also I have tryed with "\\c:\rep1.rpt"...
As you can see, I'm newone in c# programming so please be patient with me

thanks for help in advance