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...

25. Dezember 2025

FastReport 2025 Rückblick

Der Jahresrückblick 2025 von FastReport: neue Funktionen, Produktverbesserungen, Performance-Optimierungen und Weiterentwicklung von Desktop-, Cloud- und Server-Lösungen.
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.

© 1998-2025 Fast Reports Inc.