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.

相关推荐
CSharp精选营14 小时前
.NET 8 与 .NET 9 支持终止倒计时:开发者需要了解什么
.net·lts·.net8·.net9·码农刚子·升级迁移·sts·支持终止
hez20103 天前
在 .NET 上构建超大托管数组
c#·.net·.net core·gc·clr
唐青枫10 天前
线程不是越多越快:C#.NET Thread 生命周期、同步与后台工作线程实战
c#·.net
唐青枫10 天前
别只会反射:C#.NET Emit 动态生成代码实战详解
c#·.net
Caco_D11 天前
一行代码抓遍全网 20 个热榜!Aneiang.Pa 4.0 发布 — 极简 .NET 爬虫库
爬虫·.net
咕白m62511 天前
.NET 环境下 Word 超链接批量提取方案
c#·.net
小码编匠11 天前
C# 工控上位机必备:数据转换工具类与十个核心模块
后端·c#·.net
唐青枫13 天前
别再乱用 StartNew:C#.NET TaskFactory 任务调度实战详解
c#·.net