Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 11th, 2006, 01:06 AM
Registered User
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default CrystalDecisions.CrystalReports.Engine.LogOnExcept

Hello,

I am creating PDF file from Crystal Report.
I wish to create Crystal Report from XSD file. Connecting DataSet as Datasource ...

I get an exception CrystalDecisions.CrystalReports.Engine.LogOnExcept ion: Logon failed.

this is my code
DataSet ds_SRD = new DataSet();
ds_SRD = objStudent.Get_SocResDetailsDS(ht);
rpt_SocialReservation crpt = new rpt_SocialReservation();
crpt.SetDatabaseLogon("sa","abc");
crpt.SetDataSource(ds_SRD);
CRV.ReportSource = crp ;


is there any solution please reply...

Thanx in advance








Similar Threads
Thread Thread Starter Forum Replies Last Post
CrystalDecisions.CrystalReports.Engine.InternalExc hkodituw BOOK: Professional Crystal Reports for VS.NET 0 June 16th, 2006 03:38 AM
CrystalDecisions.CrystalShared.dll ISSUE Joko Purnomo .NET Web Services 0 March 22nd, 2005 01:19 AM
CrystalDecisions.CrystalReports.Engine.DataSourceE vineee BOOK: Professional Crystal Reports for VS.NET 0 September 8th, 2004 02:03 AM
CrystalDecisions.CrystalReports.Engine.LogOnExcept vineee Crystal Reports 0 September 6th, 2004 04:53 AM
CrystalDecisions.CrystalReports.Engine.DataSourceE suresh_mogrampalli BOOK: Professional Crystal Reports for VS.NET 2 July 5th, 2004 12:19 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.