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
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-dotnet-local
- Owner: jsreport
- License: mit
- Created: 2017-07-07T09:33:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:00:24.000Z (over 1 year ago)
- Last Synced: 2024-10-24T04:57:08.974Z (over 1 year ago)
- Language: C#
- Size: 86.9 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsreport.Local
[](https://ci.appveyor.com/project/pofider/jsreport-dotnet-local)
[](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).