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: 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.
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: 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: 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.
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%:


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. 

Duplicated
Last Updated: 14 Feb 2024 13:48 by ADMIN
Created by: Hengky
Comments: 1
Category: Reporting
Type: Feature Request
1

It would be nice to have a query builder in the web report designer like in the stand alone report designer. 

Under Review
Last Updated: 17 Feb 2021 13:38 by ADMIN

I am currently using Reporting 13.2.19.1030.
The following error occurred while using Reporting.

'Non-Error promise rejection captured with value: Error shown. Throwing promises chain stop error.'

I looked up the cause of this error, and I was able to confirm the following article.

https://feedback.telerik.com/report-server/1401328-report-server-ui-shows-error-shown-throwing-promises-chain-stop-error-when-scheduling-report-with-parameters-and-unregistered-data-connection

As explained in the above article, the error in Report Server (5.1.19.618) has been corrected to appear to be a significant error.

So I looked up the release note to see if this error was fixed in the Reporting product, but I couldn't find any related information.

Is this error corrected on the Report Server only and not corrected in Reporting? If so, when can it be revised?

Unplanned
Last Updated: 22 Jul 2020 08:39 by ADMIN
Created by: Neli
Comments: 0
Category: Reporting
Type: Feature Request
2
Please, add an option to use Turkish Characters as Ş,Ü,İ in QR code and other barcodes.
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: 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.

 

Unplanned
Last Updated: 23 Jul 2020 10:06 by ADMIN
Created by: Samuel
Comments: 1
Category: Reporting
Type: Feature Request
2

For conditional sorting I use a formula like this:

=IIF(Parameters.SortBy.Value = 1, Fields.id,
 IIF(Parameters.SortBy.Value = 2, Fields.name, Fields.value))

 

This works perfect.

 

Now I would like to do the same with the sortings direction! Something like:

=IIF(Parameters.SortOrder.Value = NULL, ASC, IIF(Parameters.SortOrder.Value >= 0, ASC, DESC))

 

Sadly, the Direction-Field/Dropdown does not support formulas.

 

Planned
Last Updated: 16 Jul 2020 12:28 by ADMIN

Hello, 

 

I currently have a WebServiceDataSource in my report using a POST Method, a Body and a Parameter for Content-Type.

However, if I try to add a second WebServiceDataSource with a Content-Type parameter it throws an error saying that the Name already exists.

See the following screenshot for a visual reference.

 

Completed
Last Updated: 21 Oct 2020 13:19 by ADMIN
Multi select parameter selection is not correct when the Kendo version 2020.2.617 is used.
Unplanned
Last Updated: 15 Dec 2021 16:45 by Ivan Pelly
Currently, it is impossible to access the DataSource parameter values after they have been evaluated from the expressions in the report definition. The data from the data items cannot be accessed either. In some scenarios, it will be very helpful to be able to access this information, for example, in the report events.
Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
The JsonDataSource component escapes characters like quotation marks in the Web Report Designer, which makes the JSON invalid.
Unplanned
Last Updated: 06 Jul 2020 08:59 by ADMIN
Created by: Siva
Comments: 0
Category: Reporting
Type: Bug Report
2

Sometimes the following unexpected behavior can be observed with the WinForms report viewer.

Steps to reproduce:

1. Run the WinForms application;

2. Select a value for the parameter and click on Preview.

The window's size is decreased.

Completed
Last Updated: 12 May 2021 13:42 by ADMIN
Release R2 2021
Created by: Olivier
Comments: 2
Category: Reporting
Type: Feature Request
5

Hi,

I'm not reporting an issue here, just making a suggestion about a minor change that I would consider as an improvement.

I'm loading at runtime a report template that was created using the standalone report designer. I'm dynamically replacing all the 'DataSources' of the report, and thus I have to go through all the items of the report to find them all.

The first step is to flatten all the items with a recursive call, starting from the 'Report'. I get a list of ReportItem, and I can cycle through this list and find those that inherits from 'DataItem'. From there, I just have to pick all the distinct DataSources from these DataItems.

And it almost works, except that I'm missing the DataSource from the Report itself, as the Report class does not inherit from DataItem but implements IDataItem.

If IDataItem was public, I could simply use it instead of 'DataItem', but as it is internal I have to handle a special case. And I don't like that.

Maybe I'm missing a good reason to keep this interface internal, but if not my suggestion is to make it public.

Regards,

Olivier

Completed
Last Updated: 18 Jan 2024 08:56 by ADMIN
Release 2023 R3
Created by: Todor
Comments: 8
Category: Reporting
Type: Feature Request
42

The Web Report Designer's current layout is not flexible and cannot be customized. It will be useful to allow changes in the designer template, styles, etc.

For example, in some scenarios, the users should not be allowed to add DataSources to the report. In this case, the DataSources components should be hidden or disabled, which currently can be achieved with custom jQuery code.

In other scenarios, it may be necessary to change the styles of the designer elements.

It will be useful for the designer to expose also events.