Refer Bold Reports® Scripts and Themes from BoldReports.Javascript NuGet in .NET Core application

In this section, we are going to dive into

Find and install the package

First, we need to download the BoldReports.Javascript NuGet package,

  • In Solution Explorer, right-click either References or the project and select Manage Nuget Packages.

manage-nuget-packages

  • Under the browser tab search for BoldReports.Javascript package and install the required version.

install-nuget-package

Installed Location

The installed NuGet package will be available under the below path C:\Users\{CurrentUser}\.nuget\packages\ nuget-package-installation-location

Copy and refer Scripts and CSS files into project

  • Copy the Scripts and CSS files from the installed path to our project location inside ‘wwwroot’ folder.

  • Refer to the below image for reference.

bold-reports-scripts-and-themes-reference