How to work in Designer and Viewer via command line

2019-03-08

In addition to the libraries themselves, FastReport.Net also includes separate programs - Designer and Viewer.

The first one, as you understand, is intended for creating and editing report templates. It has a report preview mode from which you can view the report, export it to the desired data format and send it to print.

The Viewer is designed to view reports in fpx preview format. The report file in this format contains, besides the report template, also directly the data that will fill this report. That is, the * .fpx file is essentially a ready-to-view report. In terms of functionality, the Viewer is almost identical to the report preview mode in Designer. Actually, Designer compiles the report for viewing in fpx.

Both of these programs have a graphical user interface. However, few people know that they can be run from the command line with parameters.

Let's take a look at the way to work with Designer from the command line.

- Firstly, you can start the program with the command:

Designer.exe

If, on the command line, the directory with installed FastReport.Net is selected, then you can limit yourself to this command. Otherwise, you need either to move to the desired directory using the CD command, or add the path to Designer.exe.

- Secondly, you can open the report template in the designer using the command:

Designer.exe Report.fpx

Where Report.frx is the name of the report template. If it is not in the currently selected directory, then you need to specify the path to this file. By executing this command, you will see a designer with an open report template, i.e. you can immediately start editing the report. If the path to the designer or to the report template contains spaces in the directory names, then you need to quote it - “My reports / Report.frx”.

- Thirdly - you can run the report immediately in preview mode:

Designer.exe Report.frx /preview

That is, you specify two parameters - the path to the report template and the key to start the preview mode.

And now we will have look at the way to work with the Viewer program from the command line.

- As in the case with the designer, you can simply launch the report viewer with the command:

Viewer.exe

Here you just need to specify the path to the executable file of the application.

- Add parameter - path to the report file in * .fpx format:

Viewer.exe Report.fpx

Where Report.fpx is the file path. This command will launch the program with the loaded report.

- And last, a new feature - the possibility of simple printing

Viewer.exe Report.fpx /P

That is, we specify the report file and key - start printing. At the same time, we will not be able to see the report viewer itself, but only the print form:

 

It remains to set the print settings and run it only.

If you run Viewer.exe / P, the print dialog with the settings will open. After clicking on "Print", a window with a command line will be displayed, which can be used later for "silent" printing on a particular printer. It can be copied with Ctrl + C and used later.

.NET FastReport Viewer
October 13, 2025

How to Use Excel Formulas in a Report When Exporting to MS Excel

Starting with version FastReport .NET 2026.1, it is now possible to export formulas to Microsoft Excel. It is important to set up formula exports correctly and follow the syntax.
October 13, 2025

New Features for Exporting Images to Microsoft Word in FastReport .NET

In the latest version of FastReport .NET we have added new image export features. Now you can independently adjust the balance between the quality and size of the final document.
September 30, 2025

How to Install the FastReport .NET Report Designer with Pre-installed Plugins

Read the article as from version 2025.2.5 for FastReport .NET WinForms and FastReport .NET WEB allows you to install a report designer with all plugins without building dll files.

© 1998-2025 Fast Reports Inc.