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 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.
October 27, 2025

FastReport VCL — Update to Version 2026.1

In version 2026.1 for FastReport VCL, the report engine features have been expanded: new properties for the dynamic table builder and report band management, improved designer, and 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.

© 1998-2025 Fast Reports Inc.