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.

- Under the browser tab search for
BoldReports.Javascriptpackage and install the required version.

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

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.
