Telerik Reporting R2 2022 SP1

Released: Jun 22, 2022

Atualizações na R2 2022 SP1

Recursos

  • The distributable Telerik Reporting assets can now be downloaded as a single .zip file
    • All the assemblies, XAML, and JS files that are deployed by the product installer can now be downloaded as a single .zip file from your user account. The zip does not include the assets required by the Microsoft Visual Studio extensions for its design-time support.
  • Microsoft Excel rendering extension now allows you to display the report pages on separate sheets
    • Added new device info setting SplitWorksheetOnPageBreak and if it is set to true (default value is false), you can generate a separate worksheet on every "soft" page break. This allows to have each table or each group in your report on a separate tab in the produced Excel document.
  • New Microsoft Windows 11 theme for WPF Report Viewer
    • The WPF Report Viewer now has a brand new theme, inspired by Windows 11. It comes in two flavors - Dark and Light, and will enhance the modern look and feel of your WPF applications.
  • What's Improved
    • "Create New" and "Save As" dialogs now handle the report folder hierarchy better.
    • Report element name has been changed to reflect the file name when saving a report under a new name.
    • Reports can now be overwritten when the report exists and a new or existing report is saved under the same name.
    • The Enter key now triggers the first result returned from the Search box.
    • The Web Report Designer's JavaScript and CSS assets are now deployed with the product installation.
    • The HTML5 and Blazor examples now include a sample implementation of CustomResourceResolver class that allows you to resolve resources for reports created in Web Report Designer in the same application.
    • The HTML5 report viewer localization resource file is now deployed with the product installation.
    • Angular and React example projects no longer depend on external Reporting Web API REST service.
  • What's Changed
    • The WinUI report viewer now targets Microsoft.WindowsAppSDK 1.1.0.

Correções

  • Standalone Report Designer
    • "Index out of range" error is shown when inserting a column if two diagonally positioned cells are selected.
    • Right column is inserted instead of left if inserting is executed immediately after the left column is inserted.
  • Web Designer
    • "Location" and "Type" sorting options in Assets Manager are not applicable to the folder contents.
    • Border properties are incorrectly focused when navigating to them from the Search box results.
    • Cannot change the primary selection within multiple selected items.
    • Cannot deselect item with Ctrl key pressed when single selection is applied.
    • Crosstab layout gets broken when inserting a column after a column containing merged cells and not crossing the Body.
    • Multiple selection in Report Explorer does not keep the primary selection when selecting items in bottom-to-top direction.
    • Multiple selection is lost on context menu opening.
    • Pressing F2 on report name changes its mode to editing but renaming is not allowed.
    • Reports can be deleted with Delete key even if Delete icon is inactive.
    • Resource file size is reported as 0 KB if the file size is less than 500 bytes in Assets Manager's details pane.
    • Selecting a non-component node in Report Explorer does not clear the current selection.
    • Textbox item is deleted if it is selected and Delete key is pressed while Assets Manager is open.
    • The reports node is not focused when Assets Manager is open from a ReportSource editor.
    • The Source properties of inline property editors are not included in Search box results.
    • The TOC ReportSource editor opens an expression editor instead of а multiline text editor.
    • Validation message for invalid report parameter name is incorrect.
    • When a file is successfully uploaded in Assets Manager, it is not selected when the upload dialog is closed.
  • Examples
    • An error message "Could not resolve dependency peer jasmine-core" is shown when installing npm packages for Angular demo.
    • CSharp.Net7.WpfIntegrationDemo project throws NullReferenceException on start.
  • Excel Rendering
    • Report Page Header/Footer text color is not respected in Excel export when the UseNativePage(Header/Footer) setting is True.
  • HTML5 Report Viewer
    • The parameters' area splitter's expand icon gets hidden when the area is shrunk.
  • WinUI Report Viewer
    • The WinUI report viewer and example project targets old version of WindowsAppSDK package.
  • Visual Studio Integration
    • The .nuspec file of Telerik Reporting packages targets netcoreapp2.0 instead of netstandard2.0.