Posts

Showing posts from April, 2026

FastReport Open Source 2026.2

Image
  New Features .NET 10 support We have added .NET 10 support for FastReport .NET, FastReport.Core, FastReport.Core.Skia, FastReport.WPF, FastReport.Avalonia, as well as FastReport.Web, FastReport.Web.Skia, and FastReport.Blazor.Wasm. This platform improves application performance and adds many new features to your projects. You can read about the changes in our article at this link.   Changing the shape of QR code modules A QR code consists of dots called modules. By default, they are rectangle. Starting with version 2026.2, module shapes can be changed and customized. In addition to the rectangle, nine new module shapes are now available: circle, diamond, rounded square, horizontal pill, vertical pill, plus, hexagon, star, and snowflake. Beyond module shape, you can now specify their rotation angle (the Angle property). You can also make the QR code less dense by making each module smaller using the UseThinModules property. This latter property does not affect the Find...