jsreport / jsreport-dotnet

jsreport .NET sdk home repository
https://jsreport.net
MIT License
63 stars 9 forks source link

Update types for Jsreport v3 #61

Closed sammeel closed 2 years ago

sammeel commented 2 years ago

The localization extension in JsReport V3 requires to set language to be set in RenderOptions.Localization.Language The types are not updated for this and only allow to set the language at RenderOptions.Language (https://jsreport.net/learn/localization)

Please update the Types to match the V3 implementation.

pofider commented 2 years ago

Thank you. It is now added in the jsreport.Types@3.0.0 Please let me know if you miss other types....

sammeel commented 2 years ago

@pofider, can you also update the jsreport client nuget package to include the 3.0.0 types package.