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.

相关推荐
波波0072 小时前
每日一题:.NET 中的“反射”是什么?
开发语言·.net
qq_410194295 小时前
.net性能优化的步骤,前端、后端、数据库
性能优化·.net
似水明俊德8 小时前
04-C#.Net-委托和事件-面试题
java·开发语言·面试·c#·.net
步步为营DotNet12 小时前
探索.NET 11 中Semantic Kernel在智能客户端应用的创新实践
.net
我是唐青枫12 小时前
深入理解 C#.NET TaskScheduler:为什么大量使用 Work-Stealing
c#·.net
似水明俊德1 天前
02-C#.Net-反射-面试题
开发语言·面试·职场和发展·c#·.net
似水明俊德1 天前
02-C#.Net-反射-学习笔记
开发语言·笔记·学习·c#·.net
Murphy20231 天前
.net8 Swashbuckle.AspNetCore WEBAPI 配置要点记录
.net·swagger·webapi·swashbuckle
余衫马1 天前
Agent Skills 实战(.NET):理论 × 代码 × 企业案例
人工智能·.net·agent·skill·openclaw
CSharp精选营1 天前
字符串拼接用“+”还是 StringBuilder?别再凭感觉写了
.net·stringbuilder·字符串拼接·csharp