ActiveReports 14.2

Released: Sep 22, 2020

Updates in 14.2

Funktionen

  • Added support for Section Reports in Microsoft .NET Core - You can now render any report type (code based section reports, *.rpx reports, RDL, or Page) and export them using Rendering Extensions or Export Filters on the Microsoft .NET Core framework. Section Reports support deployment to Microsoft Windows machines.
  • Improved Runtime Capabilities in .NET Core - You can now include custom code in the "Script" section of any of your report files to extend the runtime capabilities in .NET Core.
  • Enlarging Scripts in .NET Reports - ActiveReports 14.2 also introduces the ability to zoom using the Ctrl + mouse scroll in the Microsoft Visual Studio integrated designer, this makes enlarging text much more manageable.
  • Parameters in JSON URL - This release also makes it easier to use parameters with your JSON data. If you need to pass parameters to filter your JSON data, you can do so by merely concatenating "?myField=" & Parameters!myParamName.Value to your JSON URL.