Skip to content
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.

Supported Platform

  • .NET Framework 4.6.1
  • .NET Standard 1.6

Installation

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.

Clone this wiki locally