crystal-reports

Crystal Reports CrystalImageHandler and MVC .NET

I am unable to show images in CR reports. I'm developing a MVC 2 project in VS 2008 with Crystal Reports that comes with it (10.5). Everything works fine, except for images. I can see them in the preview mode within the CR designer, but not when the app is deployed, which means I am loading data OK but something's wrong with IIS and/or r...

Exporting to Excel from a CrystalReportsViewer

Hi, I'm actually using the crystal report provide by Visual Studio 2008. I'm developping a wpf application in c#. So, i'm making a xmldoc and provide it to my crystalreport,and everything works properly,except when i want to export to excel from the crystalreportviewer. In my report,i have many data which are numbers like float,int......

Crystal Reports talking to a Com Port

We're using Crystal to create receipts using a USB port connector to our printer. We'd now like Crystal to 'ping' the serial port to open a cash draw. Is there any way of getting Crystal to do that? ...

Can I make a report for a stored procedure with unknown amount of columns?

I have a stored procedure, that generates some columns dynamically. I want to use Crystal Reports as a reporting service and, in particular, I need to generate report from this stored proc data. It's a poll-result report and for each poll act there is a row with it's ID and answers to the questions(one column for each question with quest...

Crystal Reports VS 2008 Crashes on launch: Value cannot be null. Parameter name: path1

Error when launching Crystal Reports in VS 2008: I have completed a full uninstall and reinstall of .NET, SQL Server and Visual Studio 2008. Everything, except Crystal Reports seems to be working. When I try to launch Crystal Reports, the status bar reads "project creation failed" and I get the following, two error messages: Crysta...

Crystal Reports parameterized queries

The company I work for is using MacolaES for an ERP system. The SQL Server database is structured such that when things are no longer considered active, they are moved from a set of "active" tables to a set of "history" tables. This helps to keep the "active" tables small enough that queries return quickly. On the flip side, the history ...

Crystal Reports: Is there a way to get effectively a subreport within a subreport?

UPDATE: I asked a more general question here: http://stackoverflow.com/questions/2166963/can-i-do-two-levels-of-linking-in-crystal-reports I'm using Crystal Reports within VB.NET and Visual Studio 2005. I have a report with several subreports. I'm setting List(Of MainStuff) as the data sources for the main report. I'm setting List(O...

Print command from C# application.

I want to write code that will print the Crystal Reports. But this command must go through DOS commands. How it is possible. (this is our client requirement) ...

Can I do two levels of linking in Crystal Reports?

Let's say I have three lists: Departments, Divisions, and Groups. A Department is made up of Divisions, which in turn is made up of Groups. The Divisions have the Department ID as a foreign key. The Groups have the Division ID as a foreign key. I'd like to produce a report that looks like this: Department 1 Division 1A ...

What is the Best Software for Create Report for .Net Application?

I want design and use reports for my .NET windows application. I use Crystal Reports to design reports, but Crystal Reports is very slow when my report shows. What is the best software to design and view reports for .NET application? I'm looking for design-time software and not runtime reporting tools. ...

how to pass null value when the parameters are left in empty

Hai friends I am developing a crystal reports from the database just I am invoking a parameters values in the crystal reports itself. I just used command field for that. My issue is when I run the crystal reports, if I leave any parameter to null it should bring all the records from the database. How is it possible? Thanks in advance ...

Major differences between Crystal Reports X and XI

After inheriting a project, I have two sets of apps: a set of Winforms apps, running on .NET 2.0, which use Crystal Reports X a set of Webforms apps, running on ASP.NET 2.0/3.5, which use Crystal Reports XI Both projects are being developed using Visual Studio 2008, and both Crystal Reports versions are full developer versions - not ...

How to filter crystal report in c#?

When I select values from drop down then click on show button it should show the crystal report for that selection. Thanks, ...

asp.net Crystal Report + Logon Error When Binding a DataSet ?

Hi All, I am using crystal report in asp.net. In my website i am using PUSH method where i have used typed dataset as a source for my report. I am filling dataset in my code behind. Following are the code ReportDocument rpt = new ReportDocument(); objDataTable = **** // filling data table object dsMonthlyConsumption.Tabl...

How to show two DataBase's in one Page - Crystal-Report ? (C#)

hi How to two DataBase's in one Page using Crystal-Report ? i work with C# VS2008 ex. i have 2 Dataset (dsView1 and dsView2) and i want to show in one Crystal-Report page thank's in advance ...

crystal report maximum report processing

im using asp.net crystal report......i just upload the crystal in server and comiled i got error like"The maximum report processing jobs limit configured by your system administrator has been reached". then i just used protected crysview_Unload() { report.close(); report.dispose(); } then i did'nt got error but when i open this in secon...

Command returning NULL in Crystal Reports 12

I am new to Crystal Reports. I have command/query which executes fine in SQL Server and when that query/command added in Crystal Reports XII it returns NULL. I am using group by on Date field in DB. Is there anything I am missing? ...

PeopleSoft Crystal process remains queued if part of PSJob

Hi I am being driven mad with some PeopleSoft jobs that I'm scheduling. Job Sets and PSJobs with Crystal will not initiate the Crystal processes. The process (or any other Cyrstal process I try) will run if scheduled independently but in any form of PSJob or Job Set they remain with teh first Crystal job status=queued. I've spent a ...

How to change Crystal reports connection properties in code?

Back when Crystal Reports still supports ActiveX, we have crystal reports that were built to use ODBC data source point to an Access or SQL database. In run time, we would change the report to use OLE DB (ADO) instead of ODBC, change the server name, database name, username, password to ones specific to the user, and run the report, it w...

Intermittent Crystal Reports error "The request could not be submitted for background processing."

We are running Crystal Reports on a Windows Server 2008 with .NET framework 3.5 SP1. I have seen many causes of the general error "The request could not be submitted for background processing." on other forums, however they tend to be persistent and repeatable affecting just a single report due to a specific formatting issue with a sp...