FastReport Open Source 2026.1

 


Full list of changes

[Engine]
+ added the ability to select encoding when connecting to an XML database;
+ added support for asynchronous requests in database connectors;
* supplemented the description of the IsNull function;
- fixed an assembly loading error when compiling a report script;
- fixed an error with parameter values ​​being reset to zero when setting them using the SetParameterValue() method;
- fixed an error with printing table rows and columns with the Printable property disabled;

[Designer]
+ added support for horizontal scrolling gestures in the designer and report preview windows;
+ added support for the Ctrl key To select multiple objects in the designer (previously, the Shift key was used);
+ added a setting for displaying extended information about the object's position in the designer;
+ added an alternative grid (Alt + mouse) in the designer;
+ added scaling of objects relative to their own center (Shift + corner handles);
+ added transferring fields using drag and drop and double-click in the standard report wizard;
+ added the PaperSizeEqual(...) method for comparing the sizes of paper used;
+ added support for change notifications in the Collection Editor;
* changed the OpenLink method in AboutForm;
* changed the calling sequence of the CheckDirectories method;
- fixed a visibility error for the StartReport and FinishReport events;
- fixed an error with resizing small objects;
- fixed an error with displaying the position and size of an object in Designer;
- fixed a bug with returning the result of an empty parameter expression;
- fixed a bug with missing icons in the code editor;
- fixed a bug in the code editor when using snippets;
- fixed a bug with line offsets when resizing non-diagonal lines in the designer;
- fixed a bug where Scale, Pointer, and Border were rendered twice for SimpleGauge;

[Preview]
- fixed bugs when selecting paper type;
- fixed the behavior of the "Properties" button in the print window;
- fixed a bug in the print dialog;

[Common]
- fixed a bug where the paper size would reset when changing the printer;

[Extras]
- fixed an error connecting to the Linter database.

Comments

Popular posts

FastReport Designer Community Edition

How to use FastReport Open Source in ASP.NET Core Web API application