Crystal Reports is a report writer that operates as a stand-alone report designer, an integrated part of Visual Studio, or part of SAP's Business Objects Enterprise suite.

learn more… | top users | synonyms (3)

43
votes
17answers
37k views

Compare SQL Server Reporting Services to Crystal Reports

Which of Crystal Reports and SSRS (SQL Server Reporting Services) is better to use?
18
votes
8answers
6k views

Best ASP.NET reporting engine with custom reports creation ability

We need to choose the reporting engine for our ASP.NET application. The main functional requirement is an ability for end users (not programmers, just normal users) to create custom reports. We will ...
15
votes
2answers
1k views

Printing on roll paper

I am using C# with Winforms. I am trying to print bills on a paper roll. The width of the paper is 3in but the length of the paper is dynamic (its a roll paper). The length depends on how many items ...
15
votes
8answers
7k views

Are there any Open Source alternatives to Crystal Reports?

Are there any Open Source alternatives to Crystal Reports?
13
votes
8answers
14k views

Easy way for Crystal Reports to MS SQL Server Reporting Services conversion

Is there a way to easily convert Crystal Reports reports to Reporting Services RDL format? We have quite a few reports that will be needing conversion soon. I know about the manual process (which is ...
12
votes
3answers
4k views

What is the interop dll?

This might be a bit of stupid question but i need some clarification. I have Reportwriter dll that uses crystals reports. It is written in VB6. I have to add this dll to my asp.net project, where it ...
11
votes
3answers
10k views

Crystal Reports in ASP.NET MVC

I know the use of server-side controls is a no-no in ASP.NET MVC, however we have a long list of crystal reports that the company has already produced for a previous application that I would like to ...
10
votes
3answers
365 views

Is crystal reports dead?

We have a developer with Crystal Reports experience, and some new reports that need to be written for a WinForm application accessing data from a SQL Server in the network. An external consultant has ...
9
votes
3answers
5k views

Crystal Reports vs ReportViewer Pros/Cons? [closed]

We have been designing our reports around Crystal Reports in VS2008 for our web application and I just discovered the Microsoft provided ReportViewer control. I've searched around a bit but cannot ...
8
votes
22answers
2k views

What reporting platform do you prefer?

Crystal Reports? SQL Server Reporting Services? A 3rd-party tool?
7
votes
2answers
2k views

Why does Crystal Report Viewer always asks for login details to Access database on WePOS operating system?

I wrote a report using Crystal Reports XI linked to an Access database here C:\MyData.mdb. The report has one field (simplified for this example) and no sub-reports. I have used the Forms and WPF ...
7
votes
2answers
13k views

Could not load CrystalDecisions.ReportAppServer.ClientDoc

Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find ...
7
votes
4answers
5k views

What can you do with COM/ActiveX in Python?

I'm thinking that I'm going to have to run monthly reports in Crystal Reports. I've read that you can automate this with COM/ActiveX but I'm not that advanced to understand what this is or what you ...
7
votes
6answers
3k views

ClickOnce deployment with Crystal Reports prerequisite

I have a .NET Winforms app (created in VS2005) that I deploy using ClickOnce. On one of the forms I have a Crystal Reports viewer control for the user to view the reports, but in order to use that in ...
7
votes
8answers
7k views

A good alternative to crystal reports over the internet

I have so many problems with using crystal reports over the internet. I admit that the web viewer looks good and the reports you can produce with it are really good but... I have issues with ...
7
votes
1answer
1k views

Displaying RichText in Crystal Reports

I have a report created in Crystal (the version that comes with Visual Studio 2005) that contains an IFieldObject that I want to use to display some rich text. I have set the TextFormat of the ...
7
votes
9answers
39k views

Using Crystal Reports in Visual Studio 2005 (C# .NET Windows App)

I need to create reports in a C# .NET Windows app. I've got an SQL Server 2005 database, Visual Studio 2005 and am quite OK with creating stored procedures and datasets. Can someone please point me ...
6
votes
3answers
699 views

C# Crystal Report problem and chart?

I have 4 charts at my application drawn with custom code.... I also have a rdlc crystal report that outputs the data but not the chart... What i have to do is to add the chart at the report. I can ...
6
votes
1answer
733 views

Crystal Reports/Windows 7: Crystal reports asks for a default email client, and posts an error

Crystal Reports 11 (craxdrt.dll 11.5.7.1048) Windows 7 I'm using Crystal Reports to export to a PDF document, using CRYSTALCRAXDRT::IReport::Export, and am getting an error, Windows 7 only. "There ...
6
votes
2answers
560 views

CRXIR2 doesn't work with VS2010 on Windows 7 nor on Vista

We're upgrading from VS2005 to VS2010. We are almost there but there is a problem with Crystal Reports. We use the RDC (COM-based) component within our C++ application. On Windows 7 or on VISTA, I ...
6
votes
2answers
2k views

C# create report programatically

I want to create a report, using either Crystal reports or RDLC, doesn't really matter which. I can get all the data sources together as a series of dynamically generated textboxes etc, but how do I ...
6
votes
6answers
3k views

How do I grep (search) a Crystal report for all uses of a column?

I am trying to remove all references to a table from a Crystal XI report. Crystal is telling me that a column from that table is currently being used, because there is a little green check mark over ...
6
votes
5answers
2k views

Open source/freeware reporting software package type

I am spending too much time researching reporting tools. My setup is a (SugarCRM) MySQL database on a wamp server (or maybe it is lamp - I'm not sure yet), but likely to need other environments also. ...
6
votes
3answers
2k views

How can I append multiple reports together?

I have a number of reports that need to be both run separately and also as a group. I've created these reports and was hoping I could just create a form where I could just append report1, report2, ...
6
votes
6answers
5k views

Win32 Overlapped I/O - Completion routines or WaitForMultipleObjects?

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 ...
6
votes
6answers
23k views

Dynamically change an image in a Crystal Report at runtime

I'm using the Crystal Reports included with VisualStudio 2005. I would like to change the image that is displayed on the report at runtime ideally by building a path to the image file and then have ...
6
votes
2answers
329 views

Where can I get a list of what Crystal Reports features conflict?

There are certain Crystal Reports features that cannot be combined in the same report, for example SQL command objects and server side grouping. However, as far as I can find, the built-in help ...
6
votes
5answers
4k views

Replace a database connection for report and all subreports

Is there is any way to change the datasource location for a report and all of it's subreports without having to open each of them manually?
6
votes
4answers
361 views

Is it okay to have a lot of database views?

I infrequently (monthly/quarterly) generate hundreds of Crystal Reports reports using Microsoft SQL Server 2005 database views. Are those views wasting CPU cycles and RAM during all the time that I ...
5
votes
1answer
158 views

How to format timevalue to HH:MM:SS in datalabel

So i have a bar graph in crystal reports. On this graph i have a data label attached to each of the graphs that displays the value of the graph in seconds, which appears like so: What i would like ...
5
votes
2answers
527 views

Using list of custom Class object as data source for crystal report

I am trying to find way to design a report using my own custom class. I found links: 1.) How to work in Crystal Report with Object Data Source? 2.) Use .net object as data source in Crystal ...
5
votes
4answers
309 views

A Report Designer for Clients (Dynamic Reports)

I need a report designer for my clients. My Clients don't know anything about database or DBMS. They want to have a designer to design their reports. They want to drag their custom fields in a page ...
5
votes
5answers
166 views

What technology should I use for a complex report?

I have a task to generate reports from a Visual Studio C# application. This is a replacement (caused by new requirements) for a program written using the built-in implementation of Crystal Reports. ...
5
votes
6answers
7k views

Crystal Reports for Visual Studio 2010 Error

I am trying to run a crystal report from my web application which was built using ASP.NET 4.0 and Visual Studio 2010. I have installed the following from the SAP site ...
5
votes
1answer
662 views

Print on continuous paper using c#

I write a one POS system. I want to print on continuous paper but I don't figure out how I can accomplish this. I use the .net (C#). I try with crystal report as well as System.drawing classes. Any ...
5
votes
1answer
464 views

Export Crystal Report as an image

Is there any way to export a Crystal Report as an image? CrystalDecisions.Shared.ExportFormatType The above type doesn't include anything that looks like an image, so does anybody have a clever ...
5
votes
1answer
2k views

Can Crystal Reports Scale to Fit Page

Can a crystal report be scaled to fit page? I'm hoping to achieve something similar to Microsoft Excel's Scale To Fit feature wherein a large spreadsheet can be scaled to fit a 8.5"x 11" page. (On MS ...
5
votes
1answer
469 views

Is there a way to load a Crystal Report 9.0 file from a stream?

I am working with Delphi and Crystal Reports 9.0 ActiveX objects. I know that I can load a report from a file like this: crApplication.OpenReport(AFileName) However, I would like to store my report ...
5
votes
2answers
1k views

Crystal Reports changes text to lower case

I have text objects on a Crystal Report in Visual Studio with an initial capital. When I print the report, the text is all lower case. And the reason is?
5
votes
6answers
6k views

Crystal Reports and LINQ

Has anyone figured out how to use Crystal Reports with Linq to SQL?
5
votes
3answers
558 views

What's the best way of diffing Crystal Reports?

If you have two versions of the same report (.rpt) and you want to establish what the exact differences are, what is the best way to go about this? I've seen some commercial tools to do this, but I'm ...
4
votes
2answers
118 views

Crystal Reports in MVC

Ok, so I'm building a kind of reporting central for the company I work at and the easy part was building a web based file browser, now I'm moving on to the report aspect of it and to start it off, I'm ...
4
votes
4answers
212 views

Why should I choose Crystal Report or SSRS over plain HTML table?

I am using ASP.NET MVC. Sometimes I work with ASP.NET Web Forms too. I can pretty much create my queries using stored procs or LINQ and render my report just using a plain HTML table. With proper ...
4
votes
1answer
124 views

what is the right form for program crystal report in asp.net? and visual basic

Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As EventArgs) Handles GridView1.SelectedIndexChanged Dim rptv As New rptVenta() Session("vseleccionada") = ...
4
votes
1answer
223 views

Crystal Reports messing up Rich Text

I have a string that gets saved as rich text to a SQL field, so it has a lot of symbols in front of it like so... {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 ...
4
votes
1answer
537 views

Code to generate Crystal Reports report works fine in CLI, but “Data source name not found” when accessed from browser

I'm trying to generate a report from PHP, using Crystal Reports, The code seems to be correct: <?php set_time_limit(0); if(isset($_GET['id'])) { $id = $_GET['id']; } else { die('Please specify an ...
4
votes
5answers
457 views

Error using Crystal Reports for .net

I wrote a program that generates PDFs from a Crystal Report, then emails those PDFs to someone. The program works great on my development machine, but when I copy the bin\Release directory to the ...
4
votes
1answer
208 views

Reuse only some parameters on Crystal Reports refresh?

I have a Crystal Reports which takes 2 parameters. One of these is set automatically by the C# app that runs the report, but the other is set by the user. I would like to make it so that when the ...
4
votes
3answers
6k views

VS2010 Crystal-Reports: “Invalid Keycode”

On a legacy product I successfully migrated to VS2010 about a month ago: When I open it today and try to launch the Crystal Reports editor I get an error "Invalid Keycode" and a blank editor screen. ...
4
votes
3answers
5k views

Crystal Reports error when deployed..Could not load file or assembly 'log4net

Please help. I have a web application that was built in VS2010 and we are using the CR plugin for 2010 and everything works perfect on our local machines. When we go to deploy the web application to ...

1 2 3 4 5 58