- 
                Notifications
    
You must be signed in to change notification settings  - Fork 27
 
Installation
        Wei "oldrev" Li edited this page Oct 27, 2017 
        ·
        4 revisions
      
    MaltReport is a library not a framework, that means it could installed by NuGet like any other regular .NET class library.
- .NET Framework 4.6.1
 - .NET Standard 2.0
 
MaltReport can be installed from NuGet or type following commands in the NuGet Console:
PM> Install-Package MaltReport2
If you are working with .NET Core application, the dotnet CLI way is also available:
dotnet add package MaltReport2
Then, you are ready to go.
Next, you may want to see how to Generate Your First Document.