https://github.com/jsreport/jsreport-dotnet-types
Strong types for jsreport entities
https://github.com/jsreport/jsreport-dotnet-types
Last synced: about 1 year ago
JSON representation
Strong types for jsreport entities
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-dotnet-types
- Owner: jsreport
- License: mit
- Created: 2017-07-07T09:33:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T19:17:59.000Z (over 1 year ago)
- Last Synced: 2025-03-27T11:43:36.823Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsreport.Types
[](https://ci.appveyor.com/project/pofider/jsreport-dotnet-types)
[](https://nuget.org/packages/jsreport.Types)
This package includes strong types like `Configuration` or `RenderRequest` which are shared across the .net sdk for jsreport repositories. The releases of the package should match the type changes in jsreport itself. So if you use older jsreport, you should still be able to use the latest sdk just with matching release of `jsreport-dotnet-types`.
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).