I wish to create reports (mainly PDF) from my business entity objects. The features I would like are:
- Be able to define the report template in a designer
- Be able to bind the report to a collection of business objects at run-time.
- Export the report as PDF, Excel, (other formats such as XML, etc would be a bonus).
One such product is the ReportViewer that comes as part of Visual Studio. But I was wondering what other products were out there and the reasons you decided to use them instead of the bundled ReportViewer.