ActiveReportsJS のリリース

Released: Oct 6, 2021

V2.2 での更新項目

機能

  • Creating Reports Programmatically - Report templates in ActiveReportsJS use JSON format that complies with a well-defined structure. In this release the TypeScript declarations for that structure have been exposed so that you can easily build reports programmatically using the IntelliSense features of Microsoft Visual Studio Code or other IDEs that support TypeScripts declarations.
  • Introducing ES modules - All the ActiveReportsJS npm packages now expose native ES modules. Modern JavaScript...

Released: May 6, 2021

V2.1 での更新項目

機能

  • Display Dynamic HTML Content with RichText Support - The newly introduced Rich Text Report Item allows you to display dynamic HTML content in your reports. You can use the most common tags and styles that are bound to the report data.
  • Angular, React, and Vue Report Designer Components - You can now use the Angular, React, and Vue Report Designer components in your application.
  • Designer Enhancements
    • The end-user designer component no longer depends on the bootstrap styles and can't cause any...

Released: Nov 20, 2020

V2.0 での更新項目

機能

  • Added new Report Designer component that you can integrate into your application which allows users to adjust reports or create new ones based on specific requirements.
  • Improved Data Binding - New design-time capabilities allow you to connect to a wide variety of data endpoints including, but not limited to, OData API, GraphQL API, and REST API.
  • Added support for master-detail data relations that are common for OData API requests. ActiveReportsJS automatically recognizes these relations and...

Released: Apr 10, 2020

V1.2 での更新項目

機能

  • BandedList Control - The BandedList control is a collection of free-form bands. A free-form band can contain other report controls, so designers can customize layouts for rows of data in a list. The control also includes a Header and Footer row that are great for identifying data in a column or displaying summary field values.
  • InputField Control - The InputField control is a field for report data that can be modified. It allows report designers to create reports that are editable as PDF...

Released: Dec 11, 2019

V1.1 での更新項目

機能

  • Framework Viewer Components - There are three new modules for Angular, React, and Vue. These modules expose ActiveReportsJS Viewer properties and methods natively, allowing you to take advantage of framework features, like declarative syntax and template and event binding. Each of the new modules is available on NPM.
  • Embedding Fonts - You can now add fonts that are not included with ActiveReportsJS. Add new fonts to the Designer and the Viewer to provide the same experience at design time and...