Overview of FastReport features
masterFastReport is an open-source, band-oriented report generator for .NET 6, .NET Core, and .NET Framework. It is compatible with .NET Standard 2.0 and higher.
Key Capabilities:
- Band-Oriented Design: Supports 13 band types (e.g., Report Title, Page Header, Data, Group Header, etc.) for complex layouts like master-detail or multi-column reports.
- Rich Object Set: Includes text, picture, line, shape, barcode, matrix, table, and checkbox objects.
- Data Integration: Connects to XML, CSV, JSON, MS SQL, MySQL, Oracle, Postgres, MongoDB, Couchbase, RavenDB, and SQLite. It also supports
IEnumerablebusiness objects. - Internal Scripting: Includes a built-in engine supporting C# and VB.NET for complex data handling within reports.
- Report Inheritance: Allows creating a base report with common elements (logos, footers) and inheriting them in other reports.