.NET Reporting

Microsoft Visual Studio 2005 provides report design functionality and ReportViewer controls allowing you to add full-featured reports to your WinForms and Web applications. Microsoft reports support object data sources making it easy to integrate reporting functionality with db4o.

The following example presents the simplest report based on db4o persistent objects. Please, note, that the suggested implementation is provided merely to show a way of using Microsoft.Reporting for db4o-based reports and is not supposed to be a complete reporting reference.

The example is based on a WinForms application, however you can use the same instructions to add reports in your db4o Web application.

Full source code: ReportsCS.zip, ReportsVB.zip