I\'m using Crystal Reports 11\'s RDC (COM) API to print. My code looks like this: HRESULT res = m开发者_Python百科_Report->SelectPrinter(b_driver, b_device, b_port);
I have column its name \'owner\' and its has the following vlaue ownerName -------- Koni Sally Jimmi Jone
I have a very specific problem, and a work around solution will not help. I need to use my Crystal reporting server to generate the PDFs for a long list of reports.
I recently installed a new version of Crystal Reports 13 (2010) on Visual Studio 2010 Ultimate. When I add a new report item to the project, I get this message box error: \"Invalid Keycode\" and the
I have two kinds of parameters in a specific Crystal Report I am making -- two dates that I use directly in the SQL query, and a parameter that will filter the report based on sales reps within the qu
I did a summation in one formula say Formula1. Now i created Formula2 which would do summation of Formula1 as Sum({@Formula1}).
I have a crystal report within a crystal report viewer that the datasource is set to a List<objects>. The crystal report is showing a开发者_Go百科ll of the records, my question is how do I set t
Is there any open source Report Writer (preferably with an Eclipse plugin) that can also be saved as a Crystal Report .rpt file.
I am working on 开发者_JAVA技巧Windows Forms Projects. I am creating a report for customers. The report data is pulled from a \"CustomerDetails\" table.
I\'ve placed a crystalreportsviewer on the page with a hardcoded stylesheet defined and theming disabled. In the following code snippet you see how I\'ve declared the crystalreportsviewer: