I am currently working on an Webservice to retrieve a pdf Document from an Crystal Report. As lonmg as there are no parameter Values in the Report, the service works fine. As soon as I use parameters in a Query the Reports can't be shown anymore and I retrieve an error like 'missing parameter values'. But there is only one Parameter and ...
How can I use multiple groups -which are not nested! - in Crystal Reports?
A little Example of what i want to do:
-hire car header
--rentals header (group)
---rental from 01-02-2008 to 01-06-2008
---rental from 01-08-2008 to 01-09-2008
---rental from 01-12-2008 to 01-15-2008
--rentals footer
--repairs header (group)
---repair from 02-...
I'm looking for version 11 if possible, but cannot find it. I have the older version that comes with visual studio 2005 but need the more recent one.
Thanks for any help.
...
I need a report that has office, date and order count. I need the total count of orders per month, but only 1 order count per day.
e.g.
West 1/1/2009 1 order
West 1/1/2009 1 order
West 1/2/2009 1 order
on my report I would see
West 1/1/2009 1 order
West 1/2/2009 1 order
and my total or...
How to change custom Paper size in Crystal Reports in VS 2005 ?
...
How to change the crystal reports page size in vs 2005 ?
...
Hello. I'm developing an Asp.Net 3.5 application and I need to print some application generated reports.
I was previously using SSRS but I had lots of problems with it design features. Because of that, we are now looking for Crystal Reports as an alternative.
When we started to use Crystal, we faced a new problem. When one clicks on th...
Is there a way to publish my crystal reports and call them throuh html-based parameter page (preferably jsp) to our intranet?
We have developed reports using Crystal Reports, and we want users to be able to call these reports through an HTML-based page through our itnranet.
Any advice?
...
I am using Crystal Reports 2008 to design reports and the Crystal Reports 2008 runtime to execute them in a web application. I have created a simple typed DataSet and that has two tables TestTable1 and TestTable2. Each has a few columns like Id, Text1, and Text2. I created a test report which uses this Typed DataSet as it's DataSource...
I'm wondering which approach is faster and why ?
While writing a Win32 server I have read a lot about the Completion Ports and the Overlapped I/O, but I have not read anything to suggest which set of API's yields the best results in the server.
Should I use completion routines, or should I use the WaitForMultipleObjects API and why ?
...
Is there any way to determine whether a chart in Crystal Reports 2008 (using either the RAS SDK or the older RDC API) is set to display values "for each record" or "for all records"?
I can get access to a CrystalDecisions.ReportAppServer.ReportDefModel.ChartObject but can't find any API there to access which type of chart it is - "for e...
I'm after a tool to generate decent-looking documents from templates, that needs to:
be invoked through code (not interactively)
run on Windows, ideally invoked from code within a web-server
process standalone* report files that contain their own internal data definitions, query options, etc (i.e. ideally so that we can push simple rep...
I have a report already in CR2008 that is generated by using a Stored Procedure. Trouble is that this report will return some 'blank' prices due to some issue with our backend database....
What I need to do is include in this report a so-called 'lookup' table that has the items and costs so that if the report has a blank (null) cell the...
I have a Crystal report with 50 odd subreports, each with loads of parameters. Switching it from one database to another takes ages as the Crystal Reports IDE insists that you enter all the parameters for each sub-report.
I'm wondering if it's possible to write a quick tool in C# to view the current database config of all of the sub-rep...
HI,
I am developing a web page in which I have to use reports.
For that I have created a Dataset.xsd file and dragged a new element to it.
But I am not able to view the table inside the Dataset listed in the Database Expert.
Is this a problem with visual studio??
...
HI,
I am having problem in rendering html formatted text in crystal report in visual studio 2003.
When the textformat attribute is set to crHTMLText the values are not being displayed in the report.
When it is set to crRTFText the formatting is not applied.
Is there anything I should do for achieving this?
...
I'm using Crystal Reports XI Viewer Active control in an Access 2007 (but 2003 format) form. I'm using SQL Server 2008 as the backend. The viewer displays reports fine, but there are no toolbar icons. Buttons and tooltips work as expected, just no images.
Searching for this, I've seen countless references to this problem using the We...
Hi,
I need help in CR 8.5 using VB6.0
I want to set default values for a crystal report parameter in VB6.0
Is it possible?
Using Crystal Report 8.5 , Visual Basic 6.0
~Learn Smethng new always
...
I'm using the Crystal Reports Viewer 11 ActiveX control in an Access form (version 2007, 2003 format). Everything works well on my development machine, where I have CRXI installed. I copied the referenced DLL to the client's machine, but when I try to register it, it says "Can't find module" (I double- and triple-checked my spelling) a...
We have a c# windows service generating reports from Crystal 11 RPT files.
This morning the service was restarted as normal, generated a couple of reports correctly then seems to have changed the line spacing in the headers of a table in one particular report, so the headers didn't fit correctly. The width of the text also changed, and ...