Stimulsoft Dashboards.PYTHON 2025.2.1

Released: Mar 18, 2025

2025.2.1 버젼 업데이트

기능

  • A new 'Get Data' block has been added to the event editor, which can be used to retrieve a value from a data column.
  • Added support for XML, JSON, CSV file data adapters on the server side.
  • Added a new event handler property 'encryptSqlData' which allows you to disable encryption of the data array passed to the reporting tool.
  • Added the ability to register data in the report itself using the regData() method on the server side.
  • The frameworkRequest property has been added to the arguments for all events, which contains a reference to the request object of the supported framework.
  • Support for interactive actions has been added for the Progress dashboard element: Show Tooltip, Show Hyperlink, Show Dashboard, Open Hyperlink. The settings are made in the element interaction editor.

수정사항

  • For component events, in some cases, the CSRF token for the Django framework was not taken into account.