Новые возможности
1.Added support for Windows target frameworks to the Reports.WEB and Dashboards.WEB NuGet packages.
V2026.3.1
2.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.2RBlazorRAngular
3.The "Format" property for the "X Top Axis" and "Y Right Axis" labels.
V2026.3.2
4.Added the ShowBookmarksPanel option, which determines whether the Bookmarks panel is displayed automatically when a report contains bookmarks. The default value is true.
V2026.3.2RBlazorRAngular
5.The Server.UseForwardedProto option for the .NET6, .NET8, and .NET10 viewers and designers allows you to take into account the X-Forwarded-Proto header so that links are built with the correct scheme (http/https) behind a reverse-proxy.
V2026.3.2
6.Added the Spanish language to the extended localization - report checker messages and property descriptions in the designer.
V2026.3.3RBlazorRAngular
7.Added the Brazilian Portuguese language to the extended localization - report checker messages and property descriptions in the designer.
V2026.3.3RBlazorRAngular
8.Added the Italian language to the extended localization - report checker messages and property descriptions in the designer.
V2026.3.3RBlazorRAngular
9.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.3RBlazorRAngular
10.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.3RBlazorRAngular
11.Full support for JSON data (JArray, JObject) in business objects, including nested objects, arrays, and native column data types.
V2026.3.3RBlazorRAngular
12.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.4RBlazorRAngular
13.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.4RBlazorRAngular
14.Added a new "Island of Ireland" map for the "Map" component in reports and for the "Region Map" element in dashboards.
V2026.3.4
15.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.4RBlazorRAngular
16.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.4RBlazorRAngular
17.Added a rich-text format editor for chart labels.
V2026.3.1RBlazor
18.Added the ability to edit HTTP request headers from code for GraphQL data sources.
V2026.3.1RBlazor
19.Support for tab stops with left, center, right and decimal alignment in the "Rich Text" component.
V2026.3.4RBlazorRAngular
20.Support for the "All caps" character formatting in the "Rich Text" component.
V2026.3.4RBlazorRAngular
21.Added new Polar and Stacked Polar chart types for reports and dashboards.
V2026.3.1RBlazorRAngular
22.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
23.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

Улучшения
1.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.2RBlazorRAngular
2.Added support for nonce-based Content Security Policy for script-src. All inline scripts generated by the web viewers are now signed with a random, cryptographically strong nonce that is generated anew for each HTTP request. This lets the host application set Content-Security-Policy: script-src 'self' 'nonce-...' without unsafe-inline, without breaking the viewer.
V2026.3.2
3.Improved the properties panel in the report designer: property names are now shown as readable text instead of raw keys when localization is disabled.
V2026.3.1
4.Added support for SHA-2-based license key encryption, with key lengths from 128 to 512 bits.
V2026.3.1

Исправлены ошибки
1.Fixed incorrect expressions in the item list of a Range-type report variable when its data type is DateTime.
V2026.3.1
2.Fixed incorrect positioning of values in the parameters panel of the report viewer.
V2026.3.1
3.Fixed the Web report viewer allowing export to an encrypted document without a password, which produced a corrupted file. The export dialog now requires a password before proceeding.
V2026.3.1
4.Auto-completion mode in the search bar on the properties panel has been disabled.
V2026.3.2
5.Values of user data sources are now loaded with the declared column types instead of plain strings.
V2026.3.2RBlazorRAngular
6.Using the Totals function in Blockly scripts.
V2026.3.2RBlazorRAngular
7.Navigating to a bookmark by clicking a hyperlink in the report viewer.
V2026.3.3
8.Export to Word. When the AllowHtmlTags option was enabled in the Tag property, the #PageNumber# and #TotalPageCount# commands did not work.
V2026.3.3RBlazorRAngular
9.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.3RBlazorRAngular
10.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.3RBlazorRAngular
11.The UseDashboardCacheOnTabSwitch option was ignored in the web viewer and the web designer on ASP.NET MVC and ASP.NET Core, so dashboard data was requested from the database again on every switch between dashboard pages.
V2026.3.3
12.An issue with applying the ConvertNulls property when changing a data column type to a numeric type has been fixed.
V2026.3.3RBlazorRAngular
13.A component pasted from the clipboard appeared in the top-left corner of the page instead of near its original position in the web designer.
V2026.3.3
14.The "+" character is encoded incorrectly in the Codabar barcode, and the B and C start/stop characters are swapped.
V2026.3.3RBlazorRAngular
15.Converting whole amounts to Chinese currency words using the ToCurrencyWordsZh function.
V2026.3.3RBlazorRAngular
16.An issue where the report panel could extend beyond the viewer bounds when its container size changed during initial rendering has been fixed.
V2026.3.3RAngular
17.Displaying the export settings dialog before sending a report by email in the viewer.
V2026.3.4
18.Incorrect font size for text with HTML tags when exporting a report to EMF.
V2026.3.4RBlazorRAngular
19.Exporting a report to DBF when the default system encoding is not a single-byte encoding, such as UTF-8.
V2026.3.4RBlazorRAngular
20.Displaying missing glyphs with some font styles when the text quality is set to "WYSIWYG".
V2026.3.4RBlazorRAngular
21.Embedding the custom font body separately for every element of a dashboard that uses that font, when displaying the dashboard in the web designer or web viewer.
V2026.3.4
22.Embedding fonts when exporting a report to PowerPoint. Now embedded fonts are displayed correctly in MS Office 2019 and later versions.
V2026.3.4RBlazorRAngular
23.Displaying SVG images with clipping paths when exporting a report to PDF.
V2026.3.4RBlazorRAngular
24.Text size, line height and paragraph indents in the "Rich Text" component when viewing and exporting a report.
V2026.3.4RBlazorRAngular
25.Line spacing modes and the height of empty paragraphs and empty table cells in the "Rich Text" component.
V2026.3.4RBlazorRAngular
26.Determining a font name and measuring trailing spaces in the "Rich Text" component when a document contains alternative font names.
V2026.3.4RBlazorRAngular
27.Word wrapping, the height of empty lines and using fonts from a document font table in the "Rich Text" component.
V2026.3.4RBlazorRAngular
28.Displaying list bullets which use symbol fonts in the "Rich Text" component when viewing and exporting a report.
V2026.3.4RBlazorRAngular
29.Line spacing in the "Rich Text" component when a paragraph is wrapped into several lines.
V2026.3.4RBlazorRAngular
30.The font size, the background color and the text alignment when a rich text is converted to HTML in the web designer.
V2026.3.4RBlazorRAngular
31.Duplicating the "Close" menu item for each value of the "Checked List Box" parameter in the Angular viewer.
V2026.3.4RAngular
32.Fixed an error that occurred when switching pages while the search bar was open.
V2026.3.1


Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.