FastReport .NET and jQuery

2013-04-01

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.

September 19, 2024

How to troubleshoot the most common issues when installing FastReport VCL

We have compiled a list of the most popular problems when installing FastReport VCL and have prepared detailed instructions on how to fix the problems that have arisen.
August 12, 2024

How to build and install the Postgres plugin in FastReport .NET

This article describes how to connect to the database using the FastReport .NET plugin for the report designer from Visual Studio via the NuGet server.
August 08, 2024

How to install FastReport .NET and its components on Windows

Step-by-step instructions for online and manual installation via the FastReport registration code.NET and its components in Windows.
Fast Reports
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314

© 1998-2024 Fast Reports Inc.