I got the problem in Crystal Report- Error Messsage:Load report failed.
I got the problem in Crystal Report- Error Messsage:Load report failed. how to solve this issue??. ...
I got the problem in Crystal Report- Error Messsage:Load report failed. how to solve this issue??. ...
Crystal Reports, alignment when printing Hello, i have a report with 2 objects. a text object from left to right and a database field on top of this object. When I load the report in viewer(or print from viewer) it looks OK but when I print the report programmatically with ReportDocument.PrintToPrinter() the database field moves to to t...
I just made the move to Visual Studio 2010 from 2008 and I guess I didn't do enough research before I moved. I seem to have gotten myself in quite a bind. I knew Crystal Reports was no longer a part of 2010 but the beta was downloadable. I followed this document for deployment. My only change to this document is on the bindingRedirec...
I'm using Crystal Reports in a Webform inside of an MVC application. Images in the reports are not being displayed, however, on both the ASP.NET Development Server and IIS 7 (on Win7x64). I know from a number of other questions similar to this that the CrystalImageHandler HTTP Handler is responsible for rendering the image, but I've tr...
hi, i have one textbox which is displaying Address2 , if it has value then no problem, but if it has no value then it displays blank space at that portion of the report, my problem is i dont want to put any blank space if the text box has blank value for the addrees2 field. please let me know if any solution for the same. thanks in adv...
I have a problem with inserting a vector graphics (WMF) into report (Crystal Reports v10.5 from Visual Studio 2008). The image is static, inserted by choosing "Insert Picture" during report design in VS. The problem is that it displays differently (size and aspect ratio) on machines with different operating systems and screen resolutio...
Is there a way to force a Bar Chart legend in Crystal Report 11.5 to display its objects in a particular order? For Example, say I am reporting on the consumption of "Bananas" and "Apples" by State. The Bar Chart should display the percentage of people who eat these fruits by county (Percent Bar Chart). The "Apples" percentage always ...
In the VB application I use the CRAXDRT.dll and a ReportViewerControl on a form. Which merge modules do I need? ...
I have a crystal report consisting of several pages. Each page consists of a several fields that are populated from database. Suppose the following example : Name : aaaaaa Education Background:bbbbbbb Age:cc In my case the Education Background's details (bbbbbbb here) may consist of several words or several pages. If I set a large sp...
I have created a COM component that uses CRViewer to load and display some reports. I consume this COM control on the windows application using C#. The problem is before vista SP1 was installed the CRViewer is to load propery and show the report but after SP1 it does not; CRViewer.IsBusy is always set to true. ...
I'm using CR Server 2008 V1, and I have reports which are bound to MS SQL Stored Procedures. In some cases I don't want to execute SP and I want to bind report to DataSet instead. I tried this: ConnectionInfo ci = rcd.DatabaseController.GetConnectionInfos(null)[0].Clone(true); ci.Attributes.Add("Database DLL", "crdb_adoplus.dll"); ci.At...
We are using Crystal Report 12 in one of our projects. Currently I need to create report template which should show different icons based on the some field value. That field contains a number, storing some kind of status and I have several icons corresponding some statuses. At the moment I can't figure out how to implement such a thing...
Hey, After reserving a ticket for an travel agency, I want generate a printable report using Crystal Report. I'm looking for a way to do that. Any video tutorial or something like that ? ...
One of my projects needs to use crystalreport,so i want some information about it. ps:push model ...
Hi, I have a crystal report designer problem: In my report is a field I want to display. But I don't want the field heading to be displayed. How can I suppress this? It looks like this: myFieldHeading FieldValue1 FieldValue2 FieldValue3 But I want just that: FieldValue1 FieldValue2 FieldValue3 How can I do that? bye juergen ...
I have designed the report in A4 size, When I export to PDF, the size fit well. However, when I export the report to Excel 2000/2003, the report cannot fit in a page. Could anyone tell me how to fix it ? Thanks ...
I am using Crystal Report for creating a report. I have two tables, Driver_Specifications and WatchRow. Primary key of WatchRow is foreign key of Driver_Specifications. I set some field in my report file to show the data of Driver_Specifications and I want to show a specific field of WatchRow instead of the foreign key of Driver_Specifi...
Please help... I am so confused, how to set Crystal Report 10 data source at runtime using VB 6.0. I am using SQL SERVER 2005 for database and I create the reports using stored procedure.. do You have any idea to solve my problem ? thanks before.. ...
I'm using crystal reports to build reports, everything is ok while development. But after deployment of website, print functionality doesn't work. I use _rptDocument.PrintToPrinter(1, false, 0, 0); to print report. I've tried two methods to deploy website Normal Publish option. Web Deployment Project. But I got the same output,...
I'm not sure if the title properly explains what I'm trying to do. I'm trying to move from using SQL Reporting Services to a Crystal Reports Web App. I've gotten some reports to design properly because they are simple cross-tab reports that require nothing special. I'm running into a little problem of a user matrix report. Here's how the...