Templating Engine to Generate Simple Reports in .NET

Posted by dr. evil on Stack Overflow See other posts from Stack Overflow or by dr. evil
Published on 2008-12-06T16:28:42Z Indexed on 2010/05/09 23:28 UTC
Read the original article Hit count: 224

Filed under:
|
|
|
|

I'm looking for a free templating engine to generate simple reports. I want some basic features such as :

  • Ability to Write Loops (with any IEnumerable)
  • Passing Variables
  • Passing Templates Files (main template, footer, header)

I'll use this to generate reports in HTML and XML. I'm not looking for a ASP.NET Template Engine.

This is for a WinForms applications.

I've seen this question http://stackoverflow.com/questions/340095/can-you-recommend-a-net-template-engine, however all of those template engines are total overkill for me and focused for ASP.NET.

Please only recommend free libraries.

// I'm still looking an NVelocity but it doesn't look any promising for .NET, overly complicated, when you download it's bunch of files not clear what to do, no tutorial, startup document etc.

© Stack Overflow or respective owner

Related posts about reporting

Related posts about .NET