Features - icsharpcode/SharpDevelopReporting GitHub Wiki
The main features of SharpDevelop Reports are as follows:{BR}
Report Creation
- Support for databases via SQL queries (eg SQL Server)
- Support for XSD files (any provider that can persist DataTables)
- Support for object collections (IList interface)
- Report and form output
Output
- Printer
- ReportViewer control (Windows Forms)
- Export to PDF (Stream support, eg ASP.NET output stream)
- Ability to programmatically modify reports at render time (eg add controls)
Report Controls
- Static text
- Data-bound field
- Graphics (circle, rectangle, line)
- Images
- Functions (date, page number)