Stimulsoft Reports.NET 2026.2.1
Released: Apr 24, 2026
2026.2.1 での更新項目
機能
- Added new UtcToLocalTime and LocalTimeToUtc functions which provide the ability to convert Local time to UTC and back.
- The SnapPageWidthToGrid property has been added. This property rounds the number of grid cells to an integer. This helps to place components on the band more accurately.
- Added support for editing CSV, JSON, XML files in report resources.
- It is now possible to display XML and JSON resources in the viewer.
- Updated the Microsoft.CodeAnalysis library dependency to version 5.0.0 for .NET 10.
- Added support for blocking the execution of property expressions for the DockStyle property at design time.
- Library signing keys have been updated. To ensure the project works correctly, simply update the libraries and rebuild it.
- Improved support for generic type parsing.
不具合の修正
- Problem in DatePicker WinForms, different date formats has been fixed.
- Passing a parameter with the GUID data type in a query to a MySQL data source.
- Fixed issues with the hint for the TimeSpan variable on the Report Viewer parameters panel.
- Fixed incorrect working with short and byte types in the viewer parameters.
- Fixed an issue with converting DateTimeOffset values in the expression parser.
- Fixed incorrect loading of time-related variables and initialization of the 'First' item.
- Fixed an issue where the data source was duplicated in some cases.
- Updated variable item conversion to preserve and convert values when switching between numeric and string types instead of always clearing the list.
- Unintentional termination of the report designer during calculation of empty text.
- Applying the "dd.MM.yyyy" date format to chart labels.
- Fixed variable's data binding bug with some integers types.
- Fixed container selection in the clone component for containers located not on report pages.
- Fixed an issue with nullable parameters initialization in the WinForms viewer for string, int and decimal types.
- Displaying constant lines for charts when the "Reverse Vertical" property is set to "True.".
- Fixed an issue that occurred when using the C# parser alongside the CheckListBox control in the legacy dialog mode.
- Fixed incorrect line and column calculation for tokens in the C# parser.