Search code examples
reporting-servicescoldfusionjasper-reportsireportmicrosoft-reporting

ColdFusion Reporting Options


We currently use Report Builder with ColdFusion. This Report Builder hasn't seen any Adobe development in around 5 years and doesn't look like it will see any soon.

I need a scalable reporting solution that will work in the cloud without huge licencing implications. I've looked at Crystal (which I don't understand the pricing or what I need) and JasperReports with iReport, and I guess that Microsoft SQL Reporting is an option also.

I'd like to get some recommendations on what people are using and how you have integrated that into ColdFusion. I appreciate that it may not be as seamless as Report Builder.

We are using Windows 2008 R2 with SQL Server 2008 in a Cloud infrastructure.

What ever solution we come up with, the resulting output of the reports need to be PDF.


Solution

  • I've used Crystal, SQL Report Builder and ColdFusion Report Builder.

    Crystal and SQL Report Builder are much better than ColdFusion Report Builder. Like you said CF is not going anywhere and is really buggy to me.

    Crystal is great but it becomes really expensive when you want to publish reports to the web. The standard product requires a report viewer that is installed locally. If you need to publish to the web it is much more expensive.

    SQL Report Builder is a really good option. Version 3.0 is really nice and makes it very easy to write advanced SQL queries or call SPs and publish to the web.

    I am a pretty big fan of SQL Report Builder.

    Hope this helps.