Stimulsoft Reports.WPF 2025.2.1
Released: Mar 18, 2025
2025.2.1 での更新項目
機能
- Added a new Frac function which returns the fractional part of the given argument.
- Added a new Eval function which evaluates an expression within the context of a report and returns the result.
- 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.
- Added advanced border customization for components in report design and editing within the web designer. Each border can now be customized in terms of style, size, and color. Customization is done through the border editor on the Advanced tab.
- Added a new Compare function which compares two string values and returns the result as a number.
- A new 'Get Data' block has been added to the event editor, which can be used to retrieve a value from a data column.
- A new parameter dataSourceSynchronizationMode has been added to the Dictionary.Synchronize() method; its default value is StiDataSourceSynchronizationMode.All.
- The algorithm for loading and storing designer and viewer icons in RAM has been optimized. Icon data is now stored in a byte array (byte[]) to reduce the number of conversions from streams. Additionally, the Freeze() method has been used to optimize resource usage.
- Display of the username in the exception message window for Stimulsoft components has been removed.
- A new static option has been added to the report engine: StiOptions.Engine.AllowOpenSubReportWithCompilation. If set to true, the report engine can render sub-reports in compilation mode; otherwise, all sub-reports will be converted to interpretation mode if the calling report is in interpretation mode.
- The export speed when exporting a report to an Excel file has been optimized by 15-20%.
- Added support for a new Macro PDF417 barcode type which is available when designing reports.
不具合の修正
- An issue with using the GroupHeaderBand and NewPageAfter properties in certain situations has been fixed.
- An exception occurred when exporting a report to a PDF file if a corrupted font file was used.
- When exporting a report to a PDF file, the issue with disabling shadows for labels in the 'Map' component and the 'Region Map' element has been resolved.
- 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.