Skip to content

jsreport/jsreport-dotnet-binary

Repository files navigation

jsreport.Binary

Build status NuGet

This package includes the raw jsreport.exe binary embedded in the manifest stream. This allows very easy attaching of jsreport into .net projects. The binary can be used directly but it is recommended to use another package jsreport-local which adds simple to use wrapper around.

The releases of this package should match the release number of jsreport itself and always include the particular binary. This means you can choose which version of jsreport you want to use, because the sdk it self is agnostic to it.

You can find examples and documentation in the jsreport sdk for .net home page. The general development and contribution instructions can be find in the jsreport for .net root repository.