Mike Diehl's WebLog

Much aBlog about nothing...

Report rendering engines

I'm investigating reporting options.

We have the following requirements:

  • our client software must be able to run offline (disconnected from the server) and produce reports.
  • the reporting engine must take a report definition and bind to a DataSet as the source data.
  • the rendered report should be viewable, printable, and emailable, and exportable to PDF, HTML, and various text formats

We're looking at Crystal Reports and SQL Reporting Services.

To me, it looks like the ability to work offline removes SQL RS from the contest. Is there a way to distribute the SQLRS rendering engine on the client so it can work offline?

 

Published Friday, March 19, 2004 3:38 PM by MikeD
Filed under:

Comments

# re: Report rendering engines@ Friday, March 19, 2004 6:07 PM

I haven't had much luck installed Reporting services. You might look at ActiveReports, I've heard a lot of good things about it.


http://www.lazycoder.com/weblog/index.php?p=41
http://www.lazycoder.com/weblog/index.php?p=42

by Scott

# re: Report rendering engines@ Friday, March 19, 2004 10:11 PM

Nope. RS is a purely connected model.

# re: Report rendering engines@ Saturday, March 20, 2004 1:59 AM

ActiveReports for .NET from www.datadynamics.com meets all the requirements you mentioned.