Samples - icsharpcode/SharpDevelopReporting GitHub Wiki
This page will list all samples, and then dive into an explanation into how each sample works.
- IListReport (Web): Shows how to produce a PDF document in ASP.NET on the fly and serve it to the client. Data source: IList-based.
- BasicReport (Web): Shows how to produce a PDF document in ASP.NET on the fly and serve it to the client. Data source: SQL Server.
- ...
All database samples require that you properly configure the database.