Templating Engine to Generate Simple Reports in .NET
- by dr. evil
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…