Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid Report File Path

Status
Not open for further replies.

hne

Programmer
Oct 16, 2003
38
0
0
US
When I load my Crystal Report (v.10) form, uinsg VC.NET I get the error: "Invalid Report File Path".

This error occurs when I attempt to copy CR database object to my database object.

myDb = crReportDocument.Database;

I have this created in a class as listed below:

public class CrystalReportViewer1 : System.Windows.Forms.Form
{
private ReportDocument crReportDocument = new ReportDocument();
private Database myDb;
.
.
.
}

What am I doing wrong? Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top