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

November 10, 2025

Release of Version 2026.1 for FastReport Online Designer

In version 2026.1 of FastReport Online Designer, there is a report validator, new components and controls for .NET and VCL solutions, redesigned the main toolbar, improved the IntelliSense system.
November 10, 2025

New data-handling capabilities in FastReport VCL Ultimate

With the 2026.1 release, the Ultimate VCL subscription has become even more valuable. All license owners now receive the new FastGrid library and the ability to create reports using FastReport Online Designer.
October 28, 2025

Code Gone Wrong: The Scariest Developer Tales

Code Gone Wrong: The Scariest Developer Tales. We've collected your stories about the scary situations that made your hair stand on end.

© 1998-2025 Fast Reports Inc.