vote up 2 vote down star
5

Crystal Reports? SQL Server Reporting Services? A 3rd-party tool?

flag

78% accept rate
Is this a real question? It is obvious that nobody cares about crystal reports, otherwise this would have been closed within minutes as a 'non-programming' and 'subjective' one! – Philippe Grondier Jan 29 at 23:56
2  
15 answers, 4 favourites. I guess somebody cares. – Barry Fandango May 13 at 19:33
I only have experience with Telerik Reporting, which I have found to be very easy to use and powerful enough for my needs. – Kevin Babcock Aug 21 at 1:38

18 Answers

vote up 6 vote down check

I feel like SSRS 2008 gives you the most flexibility - every property, every field, every element is extensible through the expression language. You can write .net assemblies to call into from expressions and if you need more power they provide several interfaces for extending security, data processing and rendering.

Best of all it is 'free' when you have SQL Server.

link|flag
1  
Best of all, it is included in SQL Express 2008 with Advanced Services and it is really free, with some limitations -- cannot connect to remote databases, no management console, no remote report editor. – Tiberiu Ana May 20 at 11:23
Free when it is on the same server, right? Otherwise you are stuck with additional licensing fees; at least this was the case with 2005. – schultkl Nov 18 at 5:00
vote up 0 vote down

Check out VersaReports' Universal Report Server. We have an Enterprise-class report server that works with any report designer you want to use.

link|flag
vote up 0 vote down

I'm using RAQ Report. RAQ Report is a free excel-like java reporting tool.

RAQ Report has such features:

1.Excel-like Interface, Easy to Learn

2.Import Excel, Precisely Export Excel

3.Original Data Input Method

4.Pure Html report, Only Need Browser

5.Unique Cross Tab and Any Type Report

6.Publish Reports to Excel/Word/PDF

7.Easily Integrate With J2EE Application

8.Supports Any Popular Data Source

9.Featured Preformatted Paper Printing

10.Totally Free for using and deployment

11.In Time Forum and Email Support

link|flag
vote up 0 vote down

Crystal report is painful when u run it in another system

link|flag
vote up 0 vote down

Used Reporting Services 2005 reason it is for free and integrated nice in Sharepoint

link|flag
vote up 0 vote down

I have used both Business Objects (Crystal Reports) and SSRS (2005 and 2008). For maximum flexibility I probably would tend to favor SSRS. With SSRS you get the choice of running the reports locally (runs on application server/IIS) or on the server (Reporting Services).

With local reports, you can dynamically generate the Report Definition (RDL) if you want maximum flexibility. For server reports, most elements on the report can be expressions including the fields themselves which could be "indexed".

link|flag
vote up 0 vote down

I've used SSRS, Crystal Reports in VB6 and C#, and Business Objects.

SSRS is great if you are after something that is a good fit with your other Microsoft developments.

To be honest, every large reporting system has its problems when you get to the nitty gritty, and the hope is that MS will invest in it enough to overcome these. Since MS are making cutbacks, I'm not sure how likely this is.

I had a love/hate relationship with all the reporting technologies I've used, but so far my personal preference is SSRS, due to the ease of customisation with formulae, very good integration with SQL server and Visual studio, and the fact that I haven't worked with it as long as the others yet :-)

I particularly like the integrated Dundas charting controls available in SSRS 2008.

link|flag
vote up 1 vote down

I have used SQL reporting services, Crystal reports, MS Access and a few other application specific reporting tools and SQL reporting is definitely my favourite. Does lean more towards developers than users but its power and flexibility is unsurpassed...oh yes and the cost (free) is a big plus as well.

link|flag
vote up 1 vote down

XML+XSLT+XSL+Apache FOP

link|flag
1  
+1 for wishful thinking. The productivity of doing things this way, even after the learning curve, is nowhere close a proper reporting solution. – Tiberiu Ana May 20 at 11:26
vote up 3 vote down

My preferred reporting tool is Excel, it may seem a bit odd to use Excel, but if you look from the users perspective this is the tool they prefer to work with. I’ve learned that that independently of the technology used to generate reports, invariably the data in those repots end up in Excel. So why not generate Excel spreadsheets directly, width rich functionality embedded.

link|flag
How do you get the data into the spreadsheet? Save As off of a query? – jcollum Oct 30 at 4:55
vote up 1 vote down

SQL Server Reporting Services also exposes 2 web services, which enables us to invoke and execute reports. For one of our projects; we use the web services to execute reports and export them as pdf in asp.net.

link|flag
vote up 1 vote down

I use i-net Crystal-Clear (compatible to Crystal Reports). It has the same features or more and it is:

  • platform independent. If you want support another platform in the future this is not a problem.
  • it is DBMS independent. The same report can be run on different DBMS without problems. You need only change a central connection configuration and not the report templates.
  • it has a very good i18n support if you want reporting for different locales now or in the future.

That I think i-net Crystal-Clear is more flexible.

link|flag
vote up 1 vote down

I've been using Reporting Services 2005.

I'd use 2008 (seems to be more flexible and powerful for things like charts), but my work hasn't upgraded yet.

The worst one I've had to use is MYOB clarity

link|flag
vote up 1 vote down

I use Crystal Reports 2008. Prior to that I used CR XI. Not sure why there's so much hate for it. Yes, merge modules are a PITA when attempting to serve them up on an intranet, but the functionality of CR2008 makes it a very good choice for reporting.

link|flag
I agree. It's not perfect, but it's very, very capable. – Jas Panesar Jan 28 at 17:50
vote up 1 vote down

I've been using Reporting Services quite a bit and am finding it to be fairly easy to use, especially if you already use it in house and use the Microsoft development platforms. Recently I've been building reports that use OLEDB to connect to an AS400 server, and stream them from the Reports Web Service back to the appliaction to be rendered as a PDF or Excel file.

Reporting services also seems to be steadily improving with each new release. I'd like to think that this will only become easier to use with more advanced tools in the future. It also seems like it is capable of being integrated into just about every Microsoft product these days and fits the direction they are headed.

link|flag
vote up 1 vote down

My current contract customer is using Jasper Reports with good results

link|flag
vote up 0 vote down

Crystal is good. Every software has it's quirks but Crystal generally is an industry standard.

You can:

  • deliver reports in many ways (web, email, pdf, to html, etc),
  • use their enterprise server edition to automate delivery and running of reports,
  • they have superb developer tools compared to most other reporting engines,
  • they are the built-in .Net reporting engine.
  • Their ide isn't that bad and they have good scriptability. Adding barcodes is easy with something like idautomation's ufl library.
  • their developer kit allows you to compile their report engine into your apps, be it web, or executeable for $8-900.

Sql Server reports are new and if they can deliver the most complex reports you'll ever need someday, today, then use it. I am sure in some time they'll have a lot more features than they do now, but CR seems to have the lead in the feature area.

link|flag
vote up 0 vote down

Crystal's a pain to use. If you are using SQL Server anyway, SQL Server Reports is pretty nice.

link|flag
Crystal, on top of being a pain, is also a waste of (everybody's) time..you make it work..then 1 change will mean you have to do work on it again..hard to see the point.. – Ric Tokyo Jan 28 at 0:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.