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

13. Oktober 2025

FastReport .NET Update auf Version 2026.1

Eine neue Version von FastReport .NET 2026.1 wurde mit mehreren Updates veröffentlicht: ein einheitliches Demo-Center für .NET-Produkte, ein Berichtsdesigner mit integrierten Plugins für Datenbanken.
1. Oktober 2025

Basta! 2025 in Mainz: Unsere Erfahrungen

Fast Reports nahmen an BASTA teil! 2025 in Mainz, Deutschland. Roadshows vor und nach der Frühlings-BASTA geplant! 2026.
25. September 2025

Fast Reports auf dem Entwickler Summit

Fast Reports nahm am Entwickler SUMMIT in Berlin teil. Die Veranstaltung versammelte 2.000 Softwareprofis und stellte Neal Stephenson vor.

© 1998-2025 Fast Reports Inc.