| Neue Möglichkeiten |
|---|
| 1. | Automatic font substitution in PDF export when the selected font does not contain the required glyphs; on .NET, system fonts are now embedded automatically without requiring registration.V2026.3.2 |
| 2. | Added support for ASP.NET + Vue projects in the Publish wizard.V2026.3.2 |
| 3. | The search box of ListBox and ComboBox filter elements in the Dashboards now accepts multiple values separated by spaces (OR logic); a phrase in double quotes is treated as a single term. Can be disabled via StiOptions.Engine.UseAdvancedTextSearchInFilterElements.V2026.3.3 |
| 4. | Added the Spanish language to the extended localization - report checker messages and property descriptions in the designer.V2026.3.3 |
| 5. | Added the Brazilian Portuguese language to the extended localization - report checker messages and property descriptions in the designer.V2026.3.3 |
| 6. | Added the Italian language to the extended localization - report checker messages and property descriptions in the designer.V2026.3.3 |
| 7. | Added localization of the function descriptions in the dictionary of the report designer. The descriptions of functions, their arguments and return values, as well as function categories, are now displayed in the designer language.V2026.3.3 |
| 8. | Added the AddYears function as a synonym for the AddYear function in dashboard expressions.V2026.3.3 |
| 9. | Added the CountDistinct function as a synonym for the DistinctCount function in dashboard expressions.V2026.3.3 |
| 10. | Added the Mid function as a synonym for the Substring function in dashboard expressions.V2026.3.3 |
| 11. | Added the Mode, ModeD, ModeI, MedianD and MedianI functions to dashboard expressions. Previously these functions were available only as a summary type of a measure.V2026.3.3 |
| 12. | The expression editor in the dashboard designer now offers every function the dashboard expressions support - conditional sums, grand totals, date, string and math functions - each with a description and a parameter hint. Previously only two dozen summary functions were suggested.V2026.3.3 |
| 13. | Added the StiOptions.Export.Excel.ConvertNumericTextMode option (values: None / CrossTabOnly / All, default: None). It controls whether text that looks like a number is exported to Excel as a numeric cell rather than as a string.V2026.3.3 |
| 14. | Code completion and syntax highlighting in the dashboard expression editor.V2026.3.3 |
| 15. | Full support for JSON data (JArray, JObject) in business objects, including nested objects, arrays, and native column data types.V2026.3.3 |
| 16. | Support for the Trimming and LineLimit properties of a text component when exporting a report to SVG and PDF, also in the new HTML text rendering engine.V2026.3.4 |
| 17. | Added the ability to test-run a user-defined function with sample arguments directly in its editor.V2026.3.1 |
| 18. | When exporting a report to OpenDocument Writer, support for bookmarks and the links leading to them has been added. It allows navigating a report by its table of contents in the exported document.V2026.3.4 |
| 19. | Added a new "Island of Ireland" map for the "Map" component in reports and for the "Region Map" element in dashboards.V2026.3.4 |
| 20. | Support for the data URI scheme in the ImageURL property of the "Image" component. An image embedded into a report template as data:image/... is now displayed when viewing and exporting a report.V2026.3.4 |
| 21. | The UseInlineStyles property has been added to the HTML export settings. When enabled, the styles of report components are duplicated as inline styles of the HTML elements, so the exported report keeps its appearance in e-mail clients that ignore the style block.V2026.3.4 |
| 22. | Added a Stimul AI assistant for editing reports: it can create, modify and delete report components; edit page and report settings; manage variables, resources and user functions; and configure interactivity and styles.V2026.3.1 |
| 23. | Added full IntelliSense support to the report designer's code editor: syntax highlighting for C#, VB and SQL, autocompletion, hover documentation tooltips, and text search/replace.V2026.3.1 |
| 24. | Support for tab stops with left, center, right and decimal alignment in the "Rich Text" component.V2026.3.4 |
| 25. | Support for the "All caps" character formatting in the "Rich Text" component.V2026.3.4 |
| 26. | Added new Polar and Stacked Polar chart types for reports and dashboards.V2026.3.1 |
| 27. | Added the ability to edit resources of the "Report Template" type.V2026.3.1 |
| 28. | Added a "Max Selected Items" limit for variables of the "List" type, available only when "Allow User Values" is set to False.V2026.3.1 |
| 29. | Added the ability to connect precompiled (DLL) user functions in Stimulsoft Designer for Windows.V2026.3.1 |
| 30. | Added new shape options for the "Data Bar" conditional formatting indicator: "Arrow" and "Banner" in addition to the classic bar, plus configurable corner radius, padding and fill direction.V2026.3.1 |
| 31. | Added a drop shadow and rounded page corners in the report viewer.V2026.3.1 |
| 32. | Added support for publishing ASP.NET React projects via the Publish wizard.V2026.3.1 |
| Verbesserungen |
|---|
| 1. | Optimized the launch process of the Stimulsoft Designer for Windows application.V2026.3.1 |
| 2. | Report Checker now detects font-related issues, including missing glyphs, unavailable Bold/Italic styles, fonts that cannot be embedded in PDF, and RTL text with the RightToLeft option disabled.V2026.3.2 |
| 3. | When most ListBox/ComboBox items are checked in the WinForms dashboards, the User Filter is now built from the few unchecked ones (NotEqualTo) instead of listing every checked item, as in the Web viewer.V2026.3.2 |
| 4. | Speeding up the startup of the WinForms report designer by delaying the creation of chart toolbox items until the "Charts" menu is first opened.V2026.3.4 |
| 5. | Improved dark-theme styling for scrollbars in the Properties panel.V2026.3.1 |
| 6. | Improved publishing of Standalone projects in the Publish wizard, and updated the algorithm used to find the required product version.V2026.3.1 |
| Behobene Fehler |
|---|
| 1. | Fixed dashboard chart point markers (dots) not displaying correctly on hover.V2026.3.1 |
| 2. | Fixed the properties panel not refreshing after duplicating a report template page.V2026.3.1 |
| 3. | Fixed a missing icon in the "Indicator" dashboard element when only the "Target" field has a value set.V2026.3.1 |
| 4. | Fixed dashboard chart tooltips showing the raw, unresolved {SeriesColor} token instead of the actual color when hovering.V2026.3.1 |
| 5. | Fixed the selected UI theme not being applied when publishing a JS Standalone project.V2026.3.1 |
| 6. | The Ribbon chart icon was missing from the component editor.V2026.3.2 |
| 7. | Values of user data sources are now loaded with the declared column types instead of plain strings.V2026.3.2 |
| 8. | Display labels in the Gauge dashboard element when using the Year() function on series values.V2026.3.2 |
| 9. | Executing a SQL query when opening component editors resulted in the report designer waiting for a response and freezing.V2026.3.2 |
| 10. | Using the Totals function in Blockly scripts.V2026.3.2 |
| 11. | Fixed an issue where the designer crashed with the error "Cannot remove the specified item because it was not found in the specified Collection" when switching to the Preview tab.V2026.3.2 |
| 12. | Fixed an issue where parameters in Dialog display mode were not being applied to dashboard elements.V2026.3.2 |
| 13. | An issue where filters from different dashboard filter elements (TreeView, TreeViewBox, ComboBox, ListBox) were combined with OR instead of AND has been fixed.V2026.3.2 |
| 14. | Passing a value as a parameter to a URL from cells of the "Table" dashboard element.V2026.3.2 |
| 15. | An issue with the Nothing initial selection of nullable date variables in the parameters panel has been fixed.V2026.3.2 |
| 16. | Creating a duplicate dashboard in the report designer.V2026.3.2 |
| 17. | Export to Word. When the AllowHtmlTags option was enabled in the Tag property, the #PageNumber# and #TotalPageCount# commands did not work.V2026.3.3 |
| 18. | Export to PDF. In rare cases, an error occurred when an Editable Field / Checkbox and an Unsigned Signature Field were present in the report simultaneously.V2026.3.3 |
| 19. | Report engine. When "Skip First" was enabled, the "Break If Less Than" property displayed one more row on the first page than on subsequent pages.V2026.3.3 |
| 20. | An issue with the untranslated tooltip of the "Swap" button in the chart editor has been fixed.V2026.3.3 |
| 21. | Some correction of displaying numeric filter values as dates in the filter caption of a dashboard element.V2026.3.3 |
| 22. | Applying a filter by clicking on a cell of an aggregated column in the "Table" dashboard element. The filter is now built from the values of the dimension columns of the clicked row.V2026.3.3 |
| 23. | Displaying an incorrect Trial watermark in the Publish wizard when the license is valid.V2026.3.3 |
| 24. | Displaying the "All" value when searching for values in the ComboBox dashboard element.V2026.3.3 |
| 25. | An issue with publishing a report as a VB.Net project for the ASP.NET, MVC, WinForms, and WPF platforms in the Publish wizard has been fixed.V2026.3.3 |
| 26. | An issue with applying the ConvertNulls property when changing a data column type to a numeric type has been fixed.V2026.3.3 |
| 27. | The "+" character is encoded incorrectly in the Codabar barcode, and the B and C start/stop characters are swapped.V2026.3.3 |
| 28. | Converting whole amounts to Chinese currency words using the ToCurrencyWordsZh function.V2026.3.3 |
| 29. | A system beep at the start of scrolling an open drop-down list with a touchpad when running in a virtual machine.V2026.3.3 |
| 30. | Dashboard elements remained empty when several elements used the same SQL data source.V2026.3.4 |
| 31. | Random dashboard elements were displayed empty when the data was loaded in parallel over a shared SQL connection.V2026.3.4 |
| 32. | Trimming the text with an ellipsis in dashboard elements when viewing a dashboard in the web viewer.V2026.3.4 |
| 33. | Incorrect font size for text with HTML tags when exporting a report to EMF.V2026.3.4 |
| 34. | Exporting a report to DBF when the default system encoding is not a single-byte encoding, such as UTF-8.V2026.3.4 |
| 35. | Displaying missing glyphs with some font styles when the text quality is set to "WYSIWYG".V2026.3.4 |
| 36. | The icons in the "Change Type" menu of a dashboard element were not updated after changing the interface theme in the report designer.V2026.3.4 |
| 37. | Incorrect scaling of dashboard content when exporting to PDF with the "Paper Size" scale mode.V2026.3.4 |
| 38. | Incorrect row height for the "Table" dashboard element when combining regular and bold fonts within the same table.V2026.3.4 |
| 39. | The LoadedReport event in the report designer provided the previously opened report instead of the one that has just been opened.V2026.3.4 |
| 40. | Fixed an issue where the editor and action buttons remained visible after deleting a dashboard element in the WinForms report designer.V2026.3.4 |
| 41. | Displaying the "Scatter" chart type in dashboards when the data is entered manually.V2026.3.4 |
| 42. | Embedding fonts when exporting a report to PowerPoint. Now embedded fonts are displayed correctly in MS Office 2019 and later versions.V2026.3.4 |
| 43. | Displaying SVG images with clipping paths when exporting a report to PDF.V2026.3.4 |
| 44. | Text size, line height and paragraph indents in the "Rich Text" component when viewing and exporting a report.V2026.3.4 |
| 45. | Line spacing modes and the height of empty paragraphs and empty table cells in the "Rich Text" component.V2026.3.4 |
| 46. | Determining a font name and measuring trailing spaces in the "Rich Text" component when a document contains alternative font names.V2026.3.4 |
| 47. | Word wrapping, the height of empty lines and using fonts from a document font table in the "Rich Text" component.V2026.3.4 |
| 48. | Displaying list bullets which use symbol fonts in the "Rich Text" component when viewing and exporting a report.V2026.3.4 |
| 49. | Line spacing in the "Rich Text" component when a paragraph is wrapped into several lines.V2026.3.4 |
| 50. | Displaying the "Show Find" menu item in the properties panel and in the data dictionary of the report designer.V2026.3.4 |
| 51. | Displaying product icons for BI Designer, BI Server and BI Cloud in the list of subscriptions in the account window.V2026.3.4 |
| 52. | Fixed the "Slider" dashboard element opening the legacy font editor instead of the current one.V2026.3.1 |
| 53. | Fixed Interaction settings for a column in the "Cards" dashboard element not being saved on Save/Open.V2026.3.1 |
| 54. | Fixed dashboard export for the "Range Selector" element always using the full value range instead of the range actually selected by the user.V2026.3.1 |