Completed
Last Updated: 22 Jun 2022 12:25 by ADMIN
Release R2 2022 SP1

The parameters' area splitter's expand icon gets hidden when the area is shrunk.

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
The HTML5 WebForms Report Viewer Form item template is missing the kendo references and because of that, the report viewer does not load correctly.
Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022

The response to the Get Page request of the REST Service in .NET Core/5/6 doesn't include page size when the paper kind is Custom. This may be the reason why the printing from the WPF Viewer results in blank pages.

When the service is in .NET Framework, the paper size is in the response, and the document is printed correctly.

Completed
Last Updated: 27 Jul 2022 09:02 by ADMIN
Release R2 2022

The Web Report Designer uses a subset of all available Kendo UI widgets. It will be useful to have a documentation article listing all of them, just as it's done for the HTML5 Report Viewer here: Kendo Widget Requirements.

This way the users will have better understanding which Kendo UI classes and components are used by Web Report Designer and will enable them making their own distribution packages when needed.

Unplanned
Last Updated: 16 Mar 2022 14:31 by Olivier
Created by: Olivier
Comments: 0
Category: Reporting
Type: Bug Report
3
The Freezing functionality does not work. Please, check the attached report.
Unplanned
Last Updated: 15 Mar 2022 13:32 by Akesh Gupta
Created by: Akesh Gupta
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, I can download only the minified version of the designer's script. It would be very useful if you deliver also the non-minified script as this would let the developers debug and fix problems, for example, related to the interaction with other Kendo widgets.
Unplanned
Last Updated: 10 Mar 2022 14:41 by ADMIN
Created by: Andrea
Comments: 1
Category: Reporting
Type: Bug Report
1

If you shrink the browser showing the Blazor viewer, initially the menu toolbar doesn't respond and the right-most menu items get cut. When you continue to reduce the browser width, at some point, the menu becomes responsive and the small menu appears.

The above behavior is reproducible with the Blazor demo application for .NET 6. The problem is not related to the pure Html5 Report Viewer.

Completed
Last Updated: 04 Aug 2022 13:35 by ADMIN
Release R2 2022 SP1 (Latest Internal Build)

Trying to preview a report with a lot of data in the report viewer in an ASP.NET Core application results in the error:

"System.ArgumentException: The JSON value of length n is too large and not supported."

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
In the Web Report Designer, during the CsvDataSource Wizard, if the data has DateTime fields and specify a Date format for those fields on step 5, the date format is not respected and the DateTime fields are empty in the data preview on step 6 of the wizard.
Unplanned
Last Updated: 16 Mar 2022 14:31 by ADMIN
Created by: Magnus
Comments: 1
Category: Reporting
Type: Feature Request
3

Hi,

Does the Web Report Designer support zooming of the report area? Similar to the Standalone designer:

 

Best regards,

Magnus

Unplanned
Last Updated: 08 Nov 2023 07:48 by AMF
Created by: Support
Comments: 2
Category: Reporting
Type: Feature Request
7

It would be nice if we could subscribe to events such as

  • When web report designer UI is Completely loaded
  • When Report is done loading
  • When Report is saved
Completed
Last Updated: 06 Jun 2022 08:34 by ADMIN
Release R2 2022
Created by: Support
Comments: 1
Category: Reporting
Type: Feature Request
1

Currently we implemented the IDefinitionStorage to read and save files from azure storage

It would be nice if we could call the async methods

Unplanned
Last Updated: 08 Mar 2022 08:31 by Peter

I have a SubReport in my main report detail section. The TextBox above the SubReport has TocText. The subreport also has items with TocText.

In the final TOC of the main report, the subreport items appear before the main report TextBox, although they are rendered after it.

If I move the main report TextBox from the detail section to the Report Header or Report Group Header section, the TOC order is correct.

Unplanned
Last Updated: 25 Mar 2022 09:45 by ADMIN
Created by: Peter
Comments: 3
Category: Reporting
Type: Feature Request
9

While export/render a Report to PDF the pictures keep their original size, even when they are very big. Pictures scaled to a small image include the full-size image in PDF.
To keep the PDF smaller, all pictures needs to be resized in advance/by program at the moment.
Please implement the possibility (Activatable by Parameter) to automatically resize the images to the needed size
- for the used DPI settings in report
- or to a new added PictureDPI.

 

Completed
Last Updated: 19 Jul 2023 14:53 by ADMIN
Release 2023 R2 SP1
Created by: Magnus
Comments: 1
Category: Reporting
Type: Feature Request
10

When designing reports with lots of parameters (which is very common for my usage), I often get error message "Missing or invalid parameter value" or "Syntax error in expression". I find it very time consuming and annoying to manually check "all" parameters in order to identify which one is causing the issue. 

Would it be possible to include more details in these error messages, e.g. by including the name of the (first) incorrect parameter? Preferably for the message in report viewer / preview, but at least in the log file.

 

https://www.telerik.com/forums/missing-or-invalid-parameter-value-please-input-valid-data-for-all-parameters

Unplanned
Last Updated: 02 Mar 2022 11:05 by Curt
It would be nice if the Reporting Upgrade Wizard could handle the Kendo references or at least warn the user that they are older than the ones required by the viewer.
Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
Created by: Ian
Comments: 0
Category: Reporting
Type: Bug Report
3
We would like to use the latest versions of jQuery and Kendo.

Updating jQuery to 3.6.0 seems to work, however, using Kendo 2022.1.119 appears to break the fonts and some menus in the web report designer.

The rest of our project is using 2022.1.119 so we would like to deploy only one version of Kendo (and jQuery) across our product.
Unplanned
Last Updated: 07 Mar 2022 12:06 by ADMIN

Please see ticket #1553960 for examples and the initial ticket.

Request: Update isValidXhtml to take in an optional argument that controls whether or not the validation ignores unsupported HTML tags. With the understanding that unsupported tag types do not get output in the HtmlTextBox.

Because the function isValidXhtml evaluates to False for unsupported tag types while the HtmlTextBox just ignores unsupported tag types, there is a disconnect between what the HtmlTextBox can display vs what isValidXhtml allows to be displayed.

This change would allow more flexibility when trying to validate HTML and display it in the HtmlTextBox.

 

Use case: I have been working a lot with emails and trying to display them within a report. When I use isValidXhtml to validate the email before outputting in an HtmlTextBox, most emails evaluate to False and do not get displayed since they contain many unsupported tag types. However when I remove the validation, more emails get displayed because the HtmlTextBox ignores unsupported tag types. This update would allow more HTML to be considered "valid" by the isValidXhtml function, with the understanding that unsupported tag types will not get displayed.

Unplanned
Last Updated: 11 Apr 2023 12:20 by ADMIN
Created by: TheGramix
Comments: 3
Category: Reporting
Type: Feature Request
4

Current version of Telerik Reporting allows to generate reports on linux environment using the gdipluslib but it doesn't support the print.

Would be nice to implement the print of the report via CUPS or IPP protocol.

Unplanned
Last Updated: 22 Feb 2022 14:37 by Support

I have a report with a Graph with BarSeries and DateTime X-axis and Numerical Y-axis. The Series has ToolTip that is displayed correctly in the Standalone Report Designer. However, the Html5 Report Viewer does not display the tooltips. The HTML element for the bars does not contain the needed attributes:

data-tooltip-title="Value" data-tooltip-text="10" data-role="tooltip"

and looks like this:

<path d="M588.32 51.51 L589.05 51.51 L589.05 242.89 L588.32 242.89 Z" fill="none" stroke="lime" stroke-width="2" stroke-dasharray="none" stroke-linejoin="bevel" stroke-linecap="butt"></path>