Installation of FastReport.MONO Demo

2016-04-06

The cross-platform framework .Mono is available on Windows, Mac OS and Linux platforms.
Fast Report .Mono is also cross-platform. Let us consider the installation program for each platform.

 MS Windows:
1) Download the archive with the program;
2) Extract the archive in any folder;
3) Run the executable file Demo.exe.

Mac OS X:
1) Download and install MonoFramework package:http://download.mono-project.com/archive/2.10.9/macos-10-x86/10/MonoFramework-MRE-2.10.9_10.macos10.xamarin.x86.dmg;
2) In the terminal, run the command: mono Demo.exe.

Linux:

1) Install MonoDevelop package;

2) Install the package mono-gmcs, required for successful generation of reports that contain embedded scripts.

3) To successfully export reports, make sure that your system font files are stored in the directory / usr / share / fonts / truetype. This is true for all modern versions of Linux. If for some reason the font files are located in another directory, you need to install before you run Demo.exe FONTDIR environment variable with the command:

export FONTDIR = / my / fonts / path

specify instead of / my / fonts / path the path to the directory with the fonts;

4) Run Demo.exe.

Mono Mono FastReport FastReport Install Install
08 de abril de 2026

Novos recursos para trabalhar com bandas no Designer do FastReport .NET

Na versão 2026.2 do FastReport .NET foi adicionado o recurso de alterar a ordem das bandas diretamente no Designer, simplesmente arrastando e soltando-as com o mouse.
07 de abril de 2026

Como conectar um plugin ao Google Planilhas no FastReport .NET

Neste artigo, veremos como começar a usar o Google Sheets (Planilhas) no FastReport .NET. você aprenderá como configurar o acesso à API por meio do Console do Google Cloud, criar e conectar o plug-in.
06 de abril de 2026

Como configurar novos modos de renderização de QR code no FastReport .NET

Neste artigo, veremos como substituir os módulos de código QR padrão em FastReport .NET em formas decorativas: círculos, estrelas, hexágonos e outros.