Stimulsoft Reports.PYTHON 2025.2.1

Released: Mar 18, 2025

2025.2.1 での更新項目

機能

  • Added a new Eval function which evaluates an expression within the context of a report and returns the result.
  • Added a new event handler property 'encryptSqlData' which allows you to disable encryption of the data array passed to the reporting tool.
  • Added support for XML, JSON, CSV file data adapters on the server side.
  • Added the ability to register data in the report itself using the regData() method on the server side.
  • Example expressions have been added to the editors of various components.
  • 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 filtering variable items has been added when the items are sourced from a database.
  • Added new designer window controls in the File menu.
  • 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 a method for registering fonts from a configuration JSON file.
  • Added a new Compare function which compares two string values and returns the result as a number.
  • Added the ability to enter an expression in the Image.File property within the image editor.
  • The ability to use an expression in the URL property has been added to the SubReport component.
  • The ability to use an expression in the File property has been added to the SubReport component.
  • Added a new Frac function which returns the fractional part of the given argument.
  • Added a new Clamp function which restricts a value within a specified range. If the value is within the range, it is returned as is; otherwise, the nearest boundary (upper or lower) is returned.
  • The color code displayed in controls on the properties panel is now in Hex format, instead of RGB format as it was previously.
  • Added support for a new Macro PDF417 barcode type which is available when designing reports.

不具合の修正

  • Some bugs with Permissions on recent connection buttons.
  • The SetVariable() method in Blockly ignored the 'Read Only' variable property when the report calculation mode was set to 'Interpretation.' This issue has been fixed.
  • Incorrect display of a message when the trial period expired.
  • For component events, in some cases, the CSRF token for the Django framework was not taken into account.
  • Calculating the measure string when generating a report.
  • Handling DateTime data in independent variables.
  • Filtering the list of values for a dependent variable if it depends on another variable, without user input.
  • Displays the custom font category in the Font menu.
  • Preserving a link in the data source to a resource when the resource is renamed.