Telerik Report Server R1 2021 SP1

Released: Feb 24, 2021

Updates in R1 2021 SP1

Fehlerkorrekturen

  • Web Service Data Source
    • The configuration wizard's "Configure request parameters" page has incorrect column header title.
  • Web Designer
    • Deleting an item from a report with many live items is slow.
    • TextBox Location and Size properties don't accept decimal point values.
    • Unit input does not have client validation.
    • WebServiceDataSource parameter values are not displayed correctly in the WebServiceDataSource wizard.
    • Border editor throws an error when editing mergeable properties.
    • Cannot delete items inside a table/crosstab.
    • Changing the font name twice with the same value throws an exception.
    • CSV data source doesn't expose its fields in Edit Value dialog.
    • Expanding a merged Style property throws an error in some scenarios.
    • Padding property does not support decimal point values.
    • The data source is not set in the Expression editor when editing field from Filters or Sortings collections of a report parameter's AvailableValues.
  • Processing
    • An exception is thrown when previewing a Report Server report containing tooltips in Standalone Report Designer.
  • PDF Rendering
    • An exception is thrown when text containing \n and space characters is rendered in a .NET 5 application on Linux.
  • Server
    • After updating Telerik Report Server, report categories for custom roles are displayed as 'undefined'.
    • An "Internal Server Error" message is shown when updating the default mail templates.
    • Report Server configuration panel does not provide a way to configure the application's CORS settings.
    • When a user has permission to read all tasks but only a specific category or report, all tasks are shown in the Scheduling view.
  • Desktop Designer
    • In the Standalone designer connected to a Report Server the preview of a new Report Book with more than two reports may fail.
    • A message "Could not list the available resources" is shown when starting a CSV or JSON wizard.
    • Checkboxes cannot be checked when editing properties in Web Designer.
    • Data source wizards are missing steps visualization.
    • Multiple selection is possible using data sources wizards' radio buttons.
    • The selected color icons in the Send Email dialog are not displayed correctly.
  • Server Manager
    • Incorrect message is shown when an error occurs during update of the default mail templates.
    • Informational window title text is missing on application restart.
    • The password field in Mail Server tab in Configuration page is always blank.
    • The Report Server Storage version is not displayed anywhere in the UI.
    • The subscribers list is not populated for the selected Data Alert.
  • Preview
    • Interactive actions disable the page area when pageMode is set to SINGLE_PAGE.
  • Changed
    • The method RenderBarcode of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderBarcodeAsync method instead.
    • The method RenderCheckBox of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderCheckBoxAsync method instead.
    • The method RenderCrossSectionItem of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderCrossSectionItemAsync method instead.
    • The method RenderGraph of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderGraphAsync method instead.
    • The method RenderHtmlTextBox of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderHtmlTextBoxAsync method instead.
    • The method RenderMap of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderMapAsync method instead.
    • The method RenderPictureBox of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderPictureBoxAsync method instead.
    • The method RenderShape of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the RenderShapeAsync method instead.
    • The method SaveReport of the Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase class is now obsolete. Please use the SaveReportAsync method instead.
    • Report rendering now skips the generated blank pages. Use property Report.SkipBlankPages to control this behavior.