An open API service indexing awesome lists of open source software.

https://github.com/jsreport/jsreport-dotnet-local

c# wrapper for jsreport executable
https://github.com/jsreport/jsreport-dotnet-local

Last synced: about 1 year ago
JSON representation

c# wrapper for jsreport executable

Awesome Lists containing this project

README

          

# jsreport.Local
[![Build status](https://ci.appveyor.com/api/projects/status/10hxkffrxlywr3k1?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-local)
[![NuGet](https://img.shields.io/nuget/v/jsreport.Local.svg)](https://nuget.org/packages/jsreport.Local)

The nuget attaches the `jsreport.exe` binary into the c# project and provide its API using simple c# wrapper having the same interface as `jsreport.client` but running locally along with the .NET process.

You can find examples and documentation in the [jsreport sdk for .NET home page](https://jsreport.net/learn/dotnet).
The general development and contribution instructions can be find in the [jsreport for .NET root repository](https://github.com/jsreport/jsreport-dotnet).