Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cant find the path?
Message
General information
Forum:
ASP.NET
Category:
Reporting
Title:
Cant find the path?
Environment versions
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01053587
Message ID:
01053587
Views:
39
This is my first attempt at working with crystal with asp.net.....

I can run this code on a windows form with no problem but when I do it with asp.net it doesnt seem to pick it up. The file is in the right place, I checked that. Any help would be appreciated, thanks!!!


ReportDocument rp = new ReportDocument();
rp.Load(Path.GetFullPath(@"u:\crreports\Chains\surveytally.rpt"));
CrystalReportViewer1.ReportSource = rp;
Next
Reply
Map
View

Click here to load this message in the networking platform