Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cant find the path?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
Cant find the path?
Versions des environnements
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01053587
Message ID:
01053587
Vues:
40
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;
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform