1. Crystal Reports printing error - VB.Net
2. Crystal Report Old version vs Visual Studio .net Crystal report
Hi, I have noticed that Visual studio 2005 coming along with Crystal report. I have few crystal reports which is developed in 6.0 in my existing VB project and currently we are migrating m y VB application to C#.net. In the crystal report site, I am not sure whether I have to redesign reports in Visual studio .net (or) Can I use the existing reports it self. My question is If I open my existing crystal reports (ver 6.1) in Visual studion .net 2005 and save it as a new file, will it work without any problem?? I would appreciate if any body can give some ideas about this. Thanks
3. Crystal Reports for VS 2005 Error on Print - Microsoft .NET Framework
4. Error printing to local default printer using Crystal report Document.printtoprinter
I'm getting this error message trying to print to the local default printer (connected using a usb cable): "Analysis Server: Invlid printer specified" I have no problem printing to other network printers from Crystal report (in VB.NET) using the following codes: myReport.RecordSelectionFormula = mSelection myReport.PrintOptions.PrinterName = printName myReport.PrintToPrinter(1, True, 0, 0) Thanks Bill
5. error during printing in crystal report - VB.Net
6. print crystal report without showing windows print box
I'm using the CrystalReportViewer1.PrintReport() method in a vb.net exe but DO NOT want the Windows Print Box to appear (I require the report to print directly)
7. Print option not available in Crystal Report reports using SQL Stored procedure - VB.Net
Hello everybody, I need to print existing Crystal Report from my application. What I have: ReportClass myReport = new ReportClass(); myReport.FileName = 揅:\卻ome path to the report file? myReport.SetDatabaseLogon(搖serid? 損assword? 搒erver? 揹atabase?; myReport.PrintOptions.PrinterName = 搒ome printer? m_ myReport.PrintToPrinter(1, false, 0, 0); Some problem appears in SetDatabaseLogon(...) function. It returns error: 揢nable to connect: incorrect log on parameters? which is absolutely wrong message, because all parameters are OK. For debugging purpose I just hard coded 搖serid? 損assword? 搒erver? 揹atabase?while using SetDatabaseLogon function. And without any problem using these parameters I could login to Query Analizer or Management studio, also I could open the report and create new connection using these 搖serid? 損assword? 搒erver攨 Does anybody has any idea what am I missing? What am I doing wrong? Thank you in advance, Alex