.Net Template Engine/Report Solution
Posted
by runxc1 Bret Ferrier
on Stack Overflow
See other posts from Stack Overflow
or by runxc1 Bret Ferrier
Published on 2009-10-19T19:57:57Z
Indexed on
2010/04/22
9:43 UTC
Read the original article
Hit count: 205
I am looking to add custom reports/forms to a web application. I want users to be able to upload a report definition/template file and then be able to print out a PDF or word document (one or the other it doesn't need to be both) for each of their widgets based off of the template they uploaded. I can't install anything on the server and am looking for an open source/free solution.
Data Source- The data will be in the form of a datatable or dataset that the application fetches itself. The report tool does will not be able to connect to any database.
© Stack Overflow or respective owner