FastReport .NET Mono 2026

FastReport .NET Mono 2026

FastReport .NET Mono is a multiplatform reporting solution. It can be used with Windows, Linux, macOS, any operating system that supports the Mono framework. With FastReport.Mono, you can create application-independent .net and Mono reports. FastReport.Mono can be used as a standalone reporting tool.

FastReport Mono Benefits:

Connect to any database, use any table from it or create a query

Add dialogue forms to your report to ask for parameters before running a report;

Built-in script lets you manage the interaction between dialogue form's controls and perform complex data handling;

View the result, print it and export to many common document formats.

FastReport Mono Features:

FastReport.Mono is written in C# and contains only managed code. It is compatible with Mono Framework 4.0 and higher.

Full source code is available. You can customize your copy of FastReport.Mono to match your needs.

Extendable FastReport.Mono architecture allows you to create your own objects, export filters, wizards, DB engines.

Very compact and really fast.

FastReport Mono - Report Elements

FastReport Mono a band-oriented report generator. There are 13 types of bands available: Report Title, Report Summary, Page Header, Page Footer, Column Header, Column Footer, Data Header, Data, Data Footer, Group Header, Group Footer, Child, Overlay. In addition, you may use subreports which are fully supported. Wide range of band types allows you to create any kind of report: list, master-detail, group, multi-column, master-detail-detail and many more.

Wide range of report objects available: text, picture, lines, shapes, barcodes, matrix, table, rich text, checkbox.

Report can consist of several design pages. Thus you can build a report that consists of cover, data and back cover - all in one file.

The Table object allows you to build a table-type report with variable number of rows and/or columns, just like in the MS Excel. Aggregate functions are also available.

Powerful, fully configurable Matrix object that can be used to print pivot tables.

Report inheritance. You have many reports with common elements such as titles, logos, footers? Put the common elements into base report and inherit all other reports from a base.

相关推荐
唐青枫13 小时前
别再层层传参了!C#.NET AsyncLocal 异步上下文透传实战
c#·.net
小邓的技术笔记17 小时前
.NET 10 使用 Microsoft.AspNetCore.OpenApi 实现 API 版本管理
.net
夏霞17 小时前
IIS 应用程序池 3 种标识:ApplicationPoolIdentity / LocalSystem / LocalService 权限区别(超清晰)
c#·.net
回忆2012初秋2 天前
Quartz.NET 全面解析与实战指南
.net
我是唐青枫2 天前
C#.NET ThreadLocal 深入解析:线程独享数据、性能收益与实战边界
c#·.net
唐青枫2 天前
别再把增删改查写成一锅粥!C#.NET CQRS 从原理到实战
c#·.net
唐青枫2 天前
C#.NET ThreadLocal 深入解析:线程独享数据、性能收益与实战边界
c#·.net
SEO-狼术2 天前
Include Scannable Barcodes in Reports
.net
qq_431280703 天前
工作经验总结:半导体上位机软件开发与互联网开发的不同
c#·.net
ironinfo3 天前
.net 高并发服务性能瓶颈排查处理
性能优化·.net·grpc