Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Overload method...
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Reporting
Title:
No Overload method...
Miscellaneous
Thread ID:
00887186
Message ID:
00887186
Views:
37
I keep getting an error when I run this code:

this.sqlDataAdapter1.Fill(this.dsCustomers1);
CrystalReport1 ocr = new CrystalReport1();
ocr.Load(@"c:\temp\deleteme\CrystalReportSample\CrystalReport1.rpt");
this.crystalReportViewer1.ReportSource = ocr;

Here's the error:
C:\temp\deleteme\CrystalReportSample\Form1.cs(205): No overload for method 'Load' takes '1' arguments


The method has 3 overloaded methods... Any idea?
Next
Reply
Map
View

Click here to load this message in the networking platform