G
Guest
Crystal Report load method problem in VS2005
//create the report document
ReportDocument doc = new ReportDocument();
doc.Load("C:\\Reports\\rep1.rpt"); // Error in this line: "Invalid token
'(' in class, struct, or interface member declaration"
I am getting this during debug, as if Load method does not accept the
parameter. What is problem here?
//create the report document
ReportDocument doc = new ReportDocument();
doc.Load("C:\\Reports\\rep1.rpt"); // Error in this line: "Invalid token
'(' in class, struct, or interface member declaration"
I am getting this during debug, as if Load method does not accept the
parameter. What is problem here?