The package includes jsreport compiled into single binary. You gonna need also jsreport.Local which wraps it with c# API.


Keywords
jsreport
License
MIT
Install
Install-Package jsreport.Binary -Version 4.4.0

Documentation

jsreport sdk for .NET

Pdf rendering, Excel rendering and other reporting features right in the .NET core using jsreport.

jsreport sdk for .net includes c# based rest client to the reporting server as well as assemblies running local jsreport right from the .NET project. Please find the guides, documentation and get started examples in jsreport sdk documentation.

Examples

Console .net core Example of integrating local jsreport into .net core console application
Web asp.net core Example of integrating local jsreport into asp.net core mvc appliation
Web asp.net full Example of integrating local jsreport into asp.net mvc application in full .net framework
.net core jsreport docker-compose Example of run jsreport in one container, .net core app in another container and orchestrate them using docker-compose
.net core jsreport docker Example of integrating local jsreport into asp.net core application running in single docker container
jsreport in separate project Example of running jsreport studio in separate project and rendering its templates in an asp.net core application

Repositories

The jsreport sdk for .NET consists of several repositories and nuget packages were each has its specific location and purpose.

jsreport.Client Build status NuGet
jsreport.Local Build status NuGet
jsreport.AspNetCore Build status NuGet
jsreport.MVC Build status NuGet
jsreport.Binary Build status NuGet
jsreport.Binary.Linux Build status NuGet
jsreport.Binary.OSX Build status NuGet
jsreport.Types Build status NuGet
jsreport.Shared Build status NuGet

Support

We provide free community as well as commercial support. See the details here.

Development and contributions

We are looking forward every contribution!
You can follow these steps to startup your local environment:

  1. install VS 2017.3
  2. clone this repository
  3. run clone-all.bat
  4. open jsreport.development.sln

You can of course also open each individual repository separately, but this approach is probably the most convenient.

License

MIT