
Adds support for Visual Studio 2022 and improves text rendering on Linux and macOS platforms.
Features
- Added support for Microsoft Visual Studio 2022.
- Microsoft SQL Server Database Storage now provides an option to configure the SqlConnection CommandTimeout property.
- A new endpoint "/api/reports/version" has been added to the REST Service implementations. Useful when troubleshooting scenarios where the client and server versions mismatch.
- IReportEngine interface now has a new method GetReportingVersion.
- The method is used internally by the REST Service implementations to return the actual version of Telerik Reporting assemblies through the /reports/version route. All custom implementations of this interface need to include this new method GetReportingVersion().
- You can now display a list of recently opened reports in the main menu of Web Report Designer.
- WebReportDesigner now shows better UI messages in scenarios when the uploading of a report fails or gets rejected.
- User can now switch between Grid and List views in the OpenReport dialog of Web Report Designer.
- An error message is now displayed when the report property SkipBlankPages is True and there is an error in the report.
- Increased precision in text rendering on Linux and Apple macOS platforms.
- The Report class now has a public GetDataSources() method which returns a collection with all data sources in the report definition.
- PathIcons in CommandBar buttons of WinUI Viewer have been replaced with FontIcons to achieve icons consistent behavior in High Contrast themes.
- Telerik.ReportViewer.WinUI and Telerik.ReportViewer.WinUI.Themes assemblies now target AnyCPU platform.
- Tooltips on report contents are now displayed in WinUI Viewer.