-
Notifications
You must be signed in to change notification settings - Fork 27
Installation
Wei "oldrev" Li edited this page Jul 30, 2017
·
4 revisions
MaltReport is a library not a framework, that means it could installed by NuGet like any other regular .NET class library.
- Visual Studio 2017: This project is written in C# 7.0 using Microsoft Visual Studio 2017 Community Edition.
- .NET Framework 4.6.1
- .NET Standard 1.6
MaltReport can be installed from NuGet or type following commands in the NuGet Console:
PM> Install-Package MaltReport2
Then, you are ready to go.
Next, you may want to see how to generate your first document.