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.
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 |
The jsreport sdk for .NET consists of several repositories and nuget packages were each has its specific location and purpose.
jsreport.Client | |||
jsreport.Local | |||
jsreport.AspNetCore | |||
jsreport.MVC | |||
jsreport.Binary | |||
jsreport.Binary.Linux | |||
jsreport.Binary.OSX | |||
jsreport.Types | |||
jsreport.Shared |
We provide free community as well as commercial support. See the details here.
We are looking forward every contribution!
You can follow these steps to startup your local environment:
- install VS 2017.3
- clone this repository
- run
clone-all.bat
- open
jsreport.development.sln
You can of course also open each individual repository separately, but this approach is probably the most convenient.
MIT