Installation from Nuget packages
It is possible to install the FastReport Business Graphics
library from Nuget packages, which can be in the public Nuget.org repository or in the private Fast Reports repository.
Installing the demo from the public Nuget.org repository
You can read the article for more information about working with Nuget FastReport packages.
Let's briefly cover the installation steps:
- open the Nuget package manager in a Visual Studio environment;
- set Package source to nuget.org;
- type FastReport.BusinessGraphics in the search box;
- click on the found item and click Install.
The FastReport Business Graphics
files will be added depending on the current project.
Installing a demo or full version from the Fast Reports private repository
Detailed information about working with the Fast Reports private repository can be read the article.
Let's briefly cover the installation steps:
- open the Nuget package manager in a Visual Studio environment;
- set Package source to Fast Reports (it should be added beforehand according to instructions);
- at this point, you will need to enter your login and password that you received when you bought the product, otherwise only the demo packages will be available;
- type FastReport.BusinessGraphics in the search box;
- click on the found item and click Install.
In the future, you can update package versions in a similar way or remove packages from the project.