Hi All
I am tryin to use the Crystal Reports along with
CrystalReportViewer on the WebForms using C#/.NET. I
am using a strongly typed dataset for getting data
from the database and then used the wizard to fill in
the Crystal Report.
Then I used the following code to view using
CrystalReportViewer.
this.sqlDataAdapter1.Fill(ds,"Employees");
CrystalReportViewer1.ReportSource =
Server.MapPath("CrystalReport1.rpt");
But this always results in an exception sayin,
Login failed.
CrystalDecisions.CrystalReports.Engine.LogOnException
Can someone point me to any resources for developing
crystal reports using VS.NET for WebApplications.
Thanks
Nischal
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.