Completed
Last Updated: 17 Sep 2020 04:03 by ADMIN
I had compare crystal report and Telerik report on rendering similar dataset. (LARGE dataset)
Crystal report renders much faster on showing the initial page (viewer) by almost 50% compare to Telerik html5 viewer. (almost 10,000 pages)
Crystal report renders much faster on generating PDF file by also 50%.
Also Crystal report telling the total page on the initial rendered page., while on Telerik report (html5 viewer) it on shows pages that are already cache (and show caching progress.) It would be nice if it show the total pages then shows in the status notification the progress of caching.



Completed
Last Updated: 16 Sep 2020 13:21 by ADMIN
Release 2020 R3
The WPF Viewer displays the PageSettings menu button disabled when the viewer uses REST Service in .NET Core 3.1. When the viewer is used with service in .NET Framework or with an embedded Reporting engine, the button is enabled.
Completed
Last Updated: 16 Sep 2020 13:06 by ADMIN
Release 2020 R3
The default implementation of ListDefinitions() method trims slashes using hard-coded character instead of using environment-specific characters like Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar. Due to that slash the reports cannot be loaded on Linux (see image below).
Image
Unplanned
Last Updated: 08 Sep 2020 10:46 by ADMIN
If a table occupies more than one page in PowerPoint rendering format, some of its content may remain hidden by the  Page Footer.
Unplanned
Last Updated: 02 Sep 2020 09:40 by ADMIN

With the following HTML 'underline' is applied to the whitespace run-time but not design-time.

<span style="text-decoration: underline">PAYMENTS ONLY        </span>TO:

The whitespace is reduced to a single space irrespective of its position in the text. For example the following content:

PAYMENTS          ONLY                    TO:

is displayed as shown in this screenshot.

Unplanned
Last Updated: 02 Sep 2020 08:36 by ADMIN

When an HTML content is placed in nested block elements, it is displayed differently from the way the browser displays it.

For example, the following HTML:

<div><p>htmlTextBox1</p></div>

is vertically displaced compared to the same content when not wrapped in another block element:

<p>htmlTextBox1</p>

This image demonstrates the difference.

Unplanned
Last Updated: 01 Sep 2020 08:16 by ADMIN
If the html contains italic text then the content renders fine in the viewer, but the italics are missing when exported to PDF.
Unplanned
Last Updated: 18 Aug 2020 07:45 by ADMIN
Created by: Charan
Comments: 0
Category: Reporting
Type: Feature Request
6

Hello, 

 

It would be nice if Telerik Reporting supported an organizational chart type like in ASP.NET AJAX. See the following image for a reference. 

 

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

I have a few reports in which I have a multivalue parameter that renders a ListView control.  However, when the user clicks on "Select All", only the 1st value is sent to the server.

Also, if some of the values have default values when defining the Report parameter and one of them is the 1st value, then ALL values are pre-selected when the Report renders. However, when the user clicks "Preview", again only the 1st value is sent to the server.

The above happens when I reference Kendo ( kendo.all.js) 2020.2.513 in the project. With Kendo 2020.1.114 the viewer works as expected.

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

The NuGet package Telerik.Reporting.Services.HttpClient has a package dependency to Microsoft.IdentityModel.Clients.ActiveDirectory 2.22.302111727, which is incompatible with .NET Core.

When referencing the Telerik.Reporting.Services.HttpClient NuGet package in a .NET Core project, an incompatibility warning appears.

 

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

Due to specifics in font resolving mechanism on Linux, some fonts cannot be resolved correctly when the font name includes the font-face name - for example, the name "Noto Sans CJK TC Regular" would resolve the font-face "Noto Sans CJK TC".

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)
I would like to dynamically set the Service URL (including query string parameters) with web service data source wizard.

My dynamic URL needs to contain many query string parameters which are constructed on the fly, so I do not want to define these query string params as Query parameters in wizard.

I tried to created inline parameter @Url and set it to the Service Url in Report designer in web service data source wizard. However, when I run preview for data I see in Fiddler, that it cut off all strings in URL after question mark including.

Predefined original request in @Url:

https://xxx.com/data?$skip=0&$top=50&$select=Id,Name&$orderby=Name&$count=true 

Fiddler request output (what wizard actually sent):

GET https://xxx.com/data HTTP/1.1
Accept: application/json, application/json
Prefer: return=representation
Host: xxx.com
Completed
Last Updated: 13 Aug 2020 12:41 by ADMIN
Release R2 2020
Created by: Daniel
Comments: 2
Category: Reporting
Type: Feature Request
5
When using a custom IReportResolver, it gets invoked to resolve the main report but does not get called for any sub/child report. This generates inconsistent handling of the report resolve and also makes it hard to have a single repository for report templates.
Unplanned
Last Updated: 06 Aug 2020 08:13 by ADMIN

When there are both ASCII characters and non-ASCII characters (such as Chinese) in the text box, the position of line wrapping in Linux Docker is incorrect. Some of the data get lost.

More information can be found in the forum thread TextBox's line wrap position is incorrect in docker.

Unplanned
Last Updated: 05 Aug 2020 08:47 by ADMIN
Created by: ADRIANO
Comments: 0
Category: Reporting
Type: Feature Request
1

Sometime the design of the report is too complex (the graphic design) and using a table for suppressing repeating values is not possible.

It would be really nice to have the Suppress if duplicated property in the textboxes so as to be able to use it in the detail band, also it should repeat it only on the first detail of a new page.

 

Unplanned
Last Updated: 31 Jul 2020 11:02 by ADMIN
In the attached screenshot the Minimum value of '-0.3' is not displayed on the X-axis. The issue is reproducible with some values but cannot be reproduced with others, for example with Minimum of '-0.2' in the same report. The sample report is attached.
Unplanned
Last Updated: 31 Jul 2020 08:43 by ADMIN
Created by: Andreas
Comments: 1
Category: Reporting
Type: Feature Request
3

It would be nice to add a network graph to one of the available chart types. Below is an example of what I am referring to. 

Completed
Last Updated: 30 Jul 2020 09:43 by ADMIN

When Windows display scaling is set to 150%, the stand-alone report designer causes the resulting Excel Worksheet export to shrink from its expected layout.

Steps to reproduce:

  1. Set display scaling to 150% in Windows Display Settings
  2. Start the standalone Telerik Report Designer and open the Invoice example report
  3. Preview the report for order SO51081 and export to "Excel Worksheet"
  4. Open the report in Excel.
    Issue:
    Its formatting is not as expected, note the contact name is cut off and overall the output is squished together.
  5. Close the Telerik Report Designer
  6. Set display scaling to 100% in Windows Display Settings
  7. Repeat steps 2 through 4 and note the improved rendering of the Excel Worksheet at standard display DPI.

I've attached my XLSX file results for 150% scaling and 100% scaling to show the problem.

I would not expect my display settings to alter the export of Excel Worksheet files in the Telerik Report Designer application.

150%:

100%:


Planned
Last Updated: 29 Jul 2020 09:49 by ADMIN

If the HTML5 Report Viewer gets hidden on renderingBegin(e, args) event and shown on renderingEnd(e, args) event, its toolbar is shown, but the contents are still invisible.

Code snippet that demonstrates the issue:

$("#reportViewer1")
    .telerik_ReportViewer({
		... initialization script goes here
        renderingBegin: function (e, args) {
           $("#reportViewer1").hide();
        },
        renderingEnd: function (e, args) {
           $("#reportViewer1").show();
        }
    });

Unplanned
Last Updated: 28 Jul 2020 16:05 by ADMIN
When you open a report in the HTML 5 Report Viewer with the default ListView parameter editors, and you have parameters that filter based on other selected parameters, deselecting the last parameter does nothing. See the linked video for the issue. The ComboBox parameter editors work correctly.