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

December 25, 2025

End Of 2025 - Our Achievements

Explore FastReport’s 2025 highlights: product updates, new features, performance improvements, and advancements across Desktop, Cloud, and Server solutions.
December 01, 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.
November 26, 2025

Black Friday: 3 days to get report generators with a 35% discount

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.