1. April 2013

FastReport .NET and jQuery

The object WebReport from FastReport .Net use jQuery library. You already can use this library in your own project.

To avoid duplication of boot scripts and styles jQuery to the client browser when working with markup Razor, you need to use the following lines in_Layout.cshtml:

        @WebReportGlobals.ScriptsWOjQuery()
        @WebReportGlobals.StylesWOjQuery()

instead of the others, which include all jQuery files:

        @WebReportGlobals.Scripts()
        @WebReportGlobals.Styles()

You need to set the property ExternalJquery = true (default false) when you working with ASPX markup. more...

1. Dezember 2025

Service Solutions Update to Version 2026.1

In the 2026.1 release of our service solutions lineup, we focused on improving usability, security, and expanding capabilities.
26. November 2025

Black Friday: 3 Tage, um Berichtsgeneratoren mit 35 % Rabatt zu erwerben

A unique opportunity until November 28 to purchase FastReport VCL, FastReport .NET, and FastReport Desktop with a 35% discount. If you have postponed your purchase or upgrade, now is the best moment.
10. November 2025

Veröffentlichung der Version 2026.1 für FastReport Online Designer

In der Version 2026.1 von FastReport Online Designer wurde ein Berichtsvalidator eingeführt, neue Komponenten und Kontrollen für .NET- und VCL-Lösungen, die Hauptsymbolleiste wurde überarbeitet und das IntelliSense-System verbessert.

© 1998-2025 Fast Reports Inc.