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.

Prerequisites

  • Visual Studio 2017: This project is written in C# 7.0 using Microsoft Visual Studio 2017 Community Edition.

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

Then, you are ready to go.

Next, you may want to see how to generate your first document.

Clone this wiki locally