April 01, 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...

October 13, 2025

Update for FastReport .NET 2026.1 version

A new version of FastReport .NET 2026.1 has been released with several updates: a unified demo center for .NET products, a report designer with built-in plugins for databases.
October 01, 2025

Basta! 2025 in Mainz: our experience

Fast Reports participated in BASTA! 2025 in Mainz, Germany. Road shows planned before and after spring BASTA! 2026.
September 25, 2025

Fast Reports at Entwickler Summit

Fast Reports participated in Entwickler SUMMIT in Berlin. The event gathered 2,000 software professionals and featured Neal Stephenson.

© 1998-2025 Fast Reports Inc.