I am a bit new to crystal reports even though开发者_JAVA技巧 I\'ve been doing a bit of heavy lifting with it.
I have a VB6 app that uses Crystal reports 8.5. The report defined in Crystal reports is displayed to the user in Microsoft word. It has a section that is suppressed by using the \"suppress\" keyword
I\'m using Visual studio 2010 and want to deliver a crystal report as a web service. I don\'t see th开发者_开发技巧e feature to right-click a .rpt file and publish as web service in VS2010. Any help w
I am using Crystal Reports in my WPF application to print invoice. When I use the field explorer and select the database object, the numeric开发者_Go百科 fields are missing. When I converted those fie
I\'m using Crystal Reports 10 right now and I have my report almost finished.I 开发者_如何转开发have a group of customers and for each customer, I have multiple lines of customer information.The one t
I was trying to filter the crystal report by using the IN operator like what we do in SQL. In crystal report, i was trying to do it the same way as something like this
If I call the P开发者_如何学GorintToPrinter method from a web-based application, will the printing be done on the server\'s printer or the client\'s printer?it would print to server printer
I was just wondering how to pass SQL t开发者_如何学运维o crystal report. Right now I am only able to load a premade report onto my crystal report viewer. Now, I want to be able to put in parameters fo
I am trying to merge 2 crystal reports into single pdf fileand I\'m using Itextsharp v5.1.1. But it says the document cannot be opened. It might be corrupted. There are no build errors. but the pdf is
i created a application with function export report as pdf file, the application can download the report in web format.