Unplanned
Last Updated: 08 Oct 2019 11:46 by ADMIN
Created by: Karl
Comments: 1
Category: Reporting
Type: Feature Request
2

Hi,

Most design programs allow the user to select and object and "nudge" (move) up, down, right, left in very small increments.

I miss this feature in the report designers.  Always have to use the mouse is not the best experience in tight places.

Please add this capability.

Some programs also have variations of the feature base on the if the user presses CTRL+ {ARROW} or SHIFT + {ARROW}

Thank you,

Karl

Completed
Last Updated: 01 Nov 2019 16:49 by ADMIN
Created by: Steve
Comments: 1
Category: Reporting
Type: Bug Report
2
In version 13.2.19.918 the executable of the Standalone designer Telerik.ReportDesigner.x86.exe runs in 64bit instead of 32bit mode.
Completed
Last Updated: 01 Nov 2019 16:39 by ADMIN
Created by: Bjoern
Comments: 4
Category: Reporting
Type: Bug Report
2
Hello,
Until now we have always passed on the Telerik Report Designer to the customer without any problems. Now the customer gets the message that this is a trial version. How do we have to pass on the Telerik Report Designer so that this hint disappears? Many thanks.
Unplanned
Last Updated: 30 Oct 2019 12:13 by ADMIN
If the target Html element for the Html5 Viewer (e.g. <div>) does not have an ID and is selected, for example, with a CSS class, the viewer will not display the report even if the Html5 Viewer widget has its Id option set.
Completed
Last Updated: 06 Sep 2021 12:26 by ADMIN
Release R3 2019 SP2
The Preview button when the parameters are visible appears in the top left corner of the parameters area and overlaps with the parameter editors.
Unplanned
Last Updated: 04 Nov 2019 10:03 by ADMIN
Created by: Chris
Comments: 0
Category: Reporting
Type: Bug Report
2

We are using a background image in our report. We noticed that on the Mac, the graphs were rendering very small when exporting to PowerPoint.

I found this thread that said to set the ‘UseMetafile’ rendering device setting to False. After doing so, it fixed the graph issue but then broke the background image, for both Windows and Mac PowerPoint. The background image is now very small.

Unplanned
Last Updated: 04 Nov 2019 12:53 by ADMIN
If a user desires to send a report by email, the recipient will receive the message from a generic email and if the recipient wants to respond, the response will go to a mailbox that is not monitored. On the other hand, if we use the "From" field and we try to do a "legal spoofing," some email servers will send our messages to spam or simply block them. It could be great to have an option to ask users their email password in the moment when they click on the button to send a report via email. In this way we can send the information in the field "From" and the password entered to the SMTP server.
Unplanned
Last Updated: 14 Nov 2019 11:02 by ADMIN
Created by: Graham
Comments: 0
Category: Reporting
Type: Bug Report
2
MultiValue parameter cannot be selected/ unselected in iOS 13.2 
Completed
Last Updated: 26 Feb 2020 15:07 by ADMIN
Release 2020\R1 SP1
Currently, there is no WebServiceDataSource property for controlling the Timeout for canceling the task for fetching the data. The default value is 100s, as inherited from the HttpClient. In some cases this is not sufficient, causing the cancelation of the task and failure of the report.
Unplanned
Last Updated: 04 Dec 2019 10:13 by ADMIN
Created by: Neli
Comments: 0
Category: Reporting
Type: Bug Report
2

When you try to send the report through the SendMailMessage functionality but an exception is thrown, the report will disappear. If you click on Refresh and try again with fake data, the exception will be thrown but the report will remain. If you prefer to refresh it automatically, you can use the error event:


var viewer = $("#reportViewer1")
.telerik_ReportViewer({
    serviceUrl: "api/reports/",
    reportSource: {
        report: "Report Catalog.trdp",
    },
    error: function (e, args) {
        console.log("This event handler will be called after a page of the report is ready.");
        console.log("The error message is: " + args);
        viewer.refreshReport();
    },
    viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
    scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
    scale: 1.0,
    enableAccessibility: false,
    sendEmail: { enabled: true }
}).data("telerik_ReportViewer");

Unplanned
Last Updated: 23 Jan 2020 09:36 by ADMIN
If you click multiple times fast on the Next button of the viewer while on the penultimate page, an error may occur. The error indicates that a page with a page number that does not exist in the report - 'pageCount+1' is missing. The error message persists even if you navigate to other pages. The issue occurs in SINGLE_PAGE pageMode.
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
If you add the Telerik.WebReportDesigner.Services package to a working .NET Core 3.1 project using Telerik Reporting, the built fails with System.Reflection.ReflectionTypeLoadException
Unplanned
Last Updated: 05 Feb 2020 14:18 by ADMIN

The following exception occurs when you attempt to add a Html5 Report Viewer from the VS item template in a project that already contains a CLR report:

"Error: Fail to add project reference System.Runtime.InteropServices.COMException (0x80004005): Adding 'WebApplication2' as a project-to-project reference would cause this project to reference itself. at VSLangProj.References.AddProject(Project pProject) at Telerik.Reporting.Vs.Common.ProjectManager.TryAddProjectReference(Project projectToReference)"

The viewer is still added successfully and displays the report.

Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
The Context Menu does not pop-up when you right-click on a Report Parameter in the Report Explorer of the designer.
Unplanned
Last Updated: 29 Mar 2021 10:10 by ADMIN
The JsonDataSource does not accept parameters, which doesn't allow filtration, for example, based on a Report Parameter value.
Completed
Last Updated: 30 Mar 2021 12:39 by ADMIN
Release R1 2021 SP2
Created by: Todor
Comments: 0
Category: Reporting
Type: Bug Report
2
SignalR jQuery plugin fails to load when the Angular Report Viewer is present in the same application. Removing the following lines from each instance in Reporting package resolves the issue but may introduce other issues:
 
window.$ = jquery;

window.jQuery = jquery;

For example, removing the above lines results in the error '$.throttle is not a function' in the 'continuous scroll' mode of the viewer. The workaround is to use the 'single page' mode.

 

Completed
Last Updated: 13 May 2020 12:49 by ADMIN
Release 2020 R2
We are hosting our ASP.NET Core Application in a Linux Container on Azure. When we export the report in Linux there are additional spaces at the end of each paragraph. However, when we export the report on Windows the carriage return appears fine. 
Unplanned
Last Updated: 29 Mar 2021 09:57 by ADMIN
Created by: Timothy Lee Russell
Comments: 0
Category: Reporting
Type: Feature Request
2
Source control is already doing this for me - but it also picks up the change so every time a .trdp.bak file gets created, I have to manually remove it.

It would be nice to add an option to the settings that specifies whether or not the .bak file should be created.
Unplanned
Last Updated: 22 May 2025 09:04 by Suhail
Grouping Report Export to excel Expand and collapse option is missing in Excel, Please add this feature.
Unplanned
Last Updated: 18 Jan 2022 13:27 by ADMIN
Created by: SPARE GmbH
Comments: 0
Category: Reporting
Type: Bug Report
2
If you introduce a Column group in a Crosstab and set its PageBreak to After, it won't be respected.