
Adds new WPF Report Viewer Theme - Office 2019.
Features
- Add support for SVG image format to PictureBox item
- The PictureBox item now supports SVG format to allow rendering images with best quality regardless their size.
- Add CSV data source wizard
- The Web Report Designer now has a wizard with intuitive step by step instructions that guide through the process of creating or editing the CSV data source.
- Add JSON data source wizard
- The Web Report Designer now has a wizard with intuitive step by step instructions that guide through the process of creating or editing the JSON data source.
- Add reset functionality to the property editors
- The property editors in Web Report Designer's Properties pane now can be reset to their default state.
- Add Web Service data source wizard
- The Web Report Designer now has a wizard with intuitive step by step instructions that guides you through the process of creating or editing the Web Service data source.
- Report rendering performance optimization
- The actual report document output is now performed in parallel with the report pagination, bringing significant speed improvement for multipage reports.
- What's Improved
- Preserve the state of the Properties pane in Web Report Designer.
- New WPF Report Viewer Theme
- Added Microsoft Office 2019 to the list of supported themes. It comes in three variations: Light, Dark and Gray that will give a refreshed look to your WPF application.
Fixes
- What's Changed
- Rendering extensions with paging now create new processing page header/footer instances for each page.
- Web Service Data Source
- Content headers are not case-insensitive.
- Dynamic URL in WebServiceDataSource does not work properly with inline parameter containing question mark character.
- Web Designer
- Design time parameters are not respected during the preview of the SqlDatasource wizard.
- SQL parameters cannot be configured through the wizard.
- WebReportDesigner's NuGet package doesn't include dependency to Microsoft.AspNet.WebApi.WebHost 5.2.7 for projects targeting Microsoft .NET Framework.
- The default storage implementation in FileDefinitionStorage class works only on Microsoft Windows platform.
- The method RegisterRoutes(config, firstPathSegment) in ReportDesignerControllerConfiguration class is not public.
- DateTime editor is not stylized correctly.
- Open reports list remains hidden in some scenarios.
- Processing
- Fonts are not resolved correctly on Linux and Apple MacOS platforms.
- Expressions
- Fields in Expression Editor are not populated when the parent DataSource is set through Bindings.
- WebAPI ASP.NET Core
- Telerik.Reporting.Services.HttpClient NuGet package has a dependency to an assembly incompatible with Microsoft .NET Core.
- The PageSettings menu item is disabled in the WPF Report Viewer when it utilizes REST Service in Microsoft .NET Core.
- HTML5 Report Viewer
- Multivalue report parameter values are not selected correctly with Kendo 2020.2.513.
- Toggling the Document map visibility does not work.
- Blazor Report Viewer
- ReportSource cannot be omitted in the report viewer options.
- WPF Report Viewer
- Rendering a report with enabled accessibility throws an exception when a table is placed in a GroupHeaderSection.
- The exception message shown when trying to access the disposed viewer model is not descriptive.