crystal-reports

crystal reports eclipse ms access

Does anyone know of any generic jdbc driver to use with eclipse crystal reports because I cant find any that work out. It works 100% in visual studio i.e ms access and crystal reports. ...

visual studio 2010 crystal reports wpf

I created my report but I cant seem to bind the report viewer with the report source? I think they changed the way things are done? ...

Indexing in a crystal report

Hi i am new to asp.net programing language. I want to have an index page in my crystal report can somebody provide me with an example how to create an index page in a crystal report. I will really apreciate your help. ...

An annoying printing issue with Crystal Reports 2008

A little background: I have an extremely annoying printing issue with crystal reports. My environment is crystal reports 2008 SP2 on Windows 7 (64bit), Visual studio 2008 and .net framework 3.5 with all the latest updates for everything. The report is designed basically to render a small shelf label of the size (40mm width and 20mm heig...

Crystal Reports 2008

I am going to upgrade Visual Studio 2008 Professional to Visual Studio 2010 Preimum. I also have Crystal Reports 2008 installed. Will Crystal Reports cause any problems? And will Visual Studio 2010 Preimum recognize my Crystal Reports install alllowing usage of Crystall Reports 2008 in my applications? ...

Reading from a database located in the Program Files folder using ODBC

We have an application that stores its database files in a subfolder of the Program Files directory. These files are redirected to the VirtualStore in Vista and Windows 7. We represent data from the database using Microsoft DataReports (VB6). So far so good. But we now want to use Crystal Reports XI to represent data from the database. O...

How can i combine crystal reports and JAVA SWT?

I have to create reports from my application (java, swt). For reports i am using crystal reports, but i have problem, i can't find SWT code that enables me to open (create) and save report. I have found Swing code that enables me to do that, but i cant find SWT code. So can somebody explain me, or give me code, or tutorial that will hel...

Provide Data to Crystal Report

Hi, I fill a crystal report with data from my .Net Application. Like this: rptClass.SetDataSource(myDataSet); My report has a stored procedure as data source. First I would like to know why I have to set the login and parameter data in my report if I provide it with data by myself. I mean the report doesn't need that. It doesn't need...

Using javascript in Crystal Reports formula editor

How can I go about using java-script in Crystal Reports formula editor ? I wish to write a function that will use Google Translation API to modify the report's data. Thanks ...

Rich text box in Crystal Reports

I have created rich text box in crystal reports for displaying product description. Everything is displaying properly but it is not taking more than 65534 characters. I need to display more than 65534, so please any one can help me to use is there any other control like richtext box to display the data. ...

Crystal Report Viewer and ASP.Net

Hello: I have built a crystal report and I have linked it to my application Asp.net. The problem is that the crystal report have got has a vertical-text, 90º rotated, but when I open my web I see the text in horizontal mode. I have tried with 270º too but the same result. thanks, Shannon ...

How to Connect Crystal Reports to MySQL directly by C# code without DSN or a DataSet

How can I connect a Crystal Report (VS 2008 basic) to a MySQL DB without using a DSN or a preload DataSet using C#? I need install the program on several places, so I must change the connection parameters. I don't want to create a DSN on every place, nor do I want to preload a DataSet and pass it to the report engine. I use nhibernate t...

Embed SQL Password into Crystal Reports RPT file?

We are experimenting with Crystal Reports viewers such as this one: http://www.thereportviewer.com/ ... which can actually re-connect to the data source and re-run a Crystal Reports RPT file with live data. However when running the report the viewer asks for a password to connect to the data source (in this case SQL Server). Does Cry...

Share functions between Crystal Reports without Crystal Reports Server?

We have several reports that do the same formatting operations (e.g. displaying "PASS" or "FAIL" if a value is within a particular range.) Without Crystal Reports Server, is there a way to share functions between reports so that they do not need to be duplicated? I understand I could do this with a user function library but I would pref...

Crystal Report Formatting with CSS

Hello friends, I have created a report which uses CSS to set back-ground image a text box. When I run the report using ASP.NET CrystalReportViewer, the CSS formatting was applied but when I tried to print the report, the CSS formatting was not applied. I am using Crystal Report for Visual Studio .NET 2005. Please help me in solving t...

How to define a history chart in crystal reports .net (2008)?

Hi, I want to display a Bar Chart in a Report that shows the sum of a measure grouped by month for the last 24 month. The months that do not have any tuples do not show up in the graph. I do not want that. I want exactly 24 groups/bars that are 0 if there are no tuples. What is the best way to do this? thanks ...

Crystal Report :Multiple-step OLE DB operation generated errors. Check each OLE DB status

Logon failed. Details: ADO Error Code: 0x Source: Provider Description: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. Native Error: ...

Crystal Server Enterprise 11

Is there a way to construct a URL that when the user is redirected to, displays the report. I am running Crystal Enterperise server 11. I have created a folder in which the report exists. I can want to know what the URL should be. I am running the Tomcat web/application server that came with Crystal Enterprise server 11. I can get the to...

Pass picture to CrystalDecisions.CrystalReports.Engine.pictureobject in runtime

I'm trying to give a PictureObject (in my crystal report) ,path or something i use this line in C#.net : PictureObject oPicture =(PictureObject) rptClass.ReportDefinition.ReportObjects["pPicture"]; but i don't have that option. can anyone help me?? ...

ASP: using existing Crystal Report with date parameter

I have an existing Crystal Report done in Crystal Reports version 9. I need to display it via an ASP website created in Visual Studio 2008. I have put the Crystal data source and viewer controls on the design page and configured the controls to use the crystal report but cannot seem to figure out how to pass a date to the report which ...