Unplanned
Last Updated: 13 Jul 2020 08:32 by ADMIN
Created by: sisindry
Comments: 2
Category: Reporting
Type: Feature Request
4

Hi Telerik Team,

 

We are having report parameters up to 30. For better UX we need to group parameters into sections. Please add this feature.

 

Attached is an example of what we want to achieve.

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: 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: 28 Sep 2020 09:30 by ADMIN
Created by: Dennis
Comments: 0
Category: Reporting
Type: Feature Request
4
Currently, when using the ODBC Microsoft text driver to connect to a text file, the Query Designer in the Standalone Designer throws Object Reference Not Set To An Instance of an Object exception.
Unplanned
Last Updated: 27 Mar 2024 13:08 by ADMIN
Created by: Todor
Comments: 2
Category: Reporting
Type: Bug Report
4
The result from the PageExec function is null when rendering the report in XLS and XLSX format from the Html5 Viewer and the Standalone designer.
Completed
Last Updated: 11 Nov 2021 14:57 by ADMIN
Release R3 2021 SP1
Created by: Uday
Comments: 0
Category: Reporting
Type: Feature Request
4

Currently, the MsSqlServerStorage CommandTimeout is with the default value that is 30 s. In some scenarios, like when the Search functionality is enabled and the report is very big, the generated ClientSearchItemsResource may be too big, and when attempting to save it in the storage the latter may throw the exception 'System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.'

The error may be avoided if the CommandTimeout can be increased.

Unplanned
Last Updated: 11 Dec 2020 11:35 by ADMIN
Created by: Rashid
Comments: 0
Category: Reporting
Type: Bug Report
4

Please, run the attached report. We would expect that the exec function will return the sum of debits from the table2, however, the scope is returned as invalid.

Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
Setting the same positive padding-left and negative text-indent of a paragraph in HtmlTextBox results in the first characters of the text being hidden.
Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

Then the HTML5 ReportViewer is set to pageMode SINGLE_PAGE and an update triggeres the Viewer to retrieve the document, the new document is never displayed. 

Status messages appear as usual, "Loading report", "0 pages loaded so far" and "Done. Total 1 pages loaded." but the gray overlay of the Viewer is never removed and the report is not updated. Parameters and toolbar-menu can still be interacted with and trigger new updates, but will not cause the viewer to show the report correctly. Refresh required

Unplanned
Last Updated: 24 Feb 2021 21:49 by ADMIN
The freezing functionality does not work as expected in a crosstab with FreezeColumnHeaders and FreezeRowHeaders are set to True. When the page is set to actual size the scroll works but the whole report initially 'slides' up when scrolling up until it hits the header and initially 'slides' left before it hit the crosstab left border. 
Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021

There are two issues I observed with the Web Designer:

1.If you edit any Report Parameter Value from Designer it will convert to [object Object]

2. And clicking the ellipses (...) to edit the value, opens and closes the modal dialog sometimes.

Unplanned
Last Updated: 08 Aug 2022 11:34 by sisindry

Please see the attached report for a reproduction of this behavior.

As you can see, the crosstab has only one row group in the group explorer which has its PageBreak property set to None. However, in the report explorer, you can see a greyed out row group I deleted with PageBreak=After which results in page breaks being inserted even though the group was supposedly deleted. In order to reproduce this, it appears that you have to first delete the column only and then delete the group, and you are left with a grey "ghost group" in the report explorer. If I delete both at once this does not seem to happen. I'm on version 15.0.21.120

Unplanned
Last Updated: 16 Sep 2021 07:15 by ADMIN

The issue is caused by an issue in the SQL DataSource Wizard that doesn't provide the correct Data Provider name. In the wizard on the first page, the Data Provider must be MySql.Data.MySqlClient, but the option is limited only to MySql.Data. Since the engine cannot determine the type of the data provider by that name, it falls back to System.Data.SqlClient and claims that "Port" is not a supported keyword.

The workaround is to avoid using the SQL DataSource wizard and edit the data source properties directly in the properties grid. You can check the attached silent video that demonstrates how to do so.
Unplanned
Last Updated: 07 May 2024 06:54 by ADMIN
As soon as we enable Accessibility, the parameter area will not be displayed anymore. You can reproduce the issue with the Demo Project when using a Custom Parameter Editor.
Unplanned
Last Updated: 31 Dec 2021 14:53 by ADMIN
Created by: plig
Comments: 0
Category: Reporting
Type: Bug Report
4

If any schema other than dbo is used, the report viewer throws the following error:

Error registering the viewer with the service

Could not find stored procedure sp_tr_GetString

Completed
Last Updated: 18 Jan 2023 11:55 by ADMIN
Release R1 2023
Created by: Shannon
Comments: 1
Category: Reporting
Type: Bug Report
4

I have posted a video that shows the issue.  If I use the string builder for a textbox value and select a nested property, such as DayOfWeek, for a date, then it adds:

=Fields.DayOfWeek

which fails on Preview and is wrong.  Instead it should add:

=Fields.Birthday.DayOfWeek

 

Please fix this.  I know that I can go type ".Birthday" to fix the issue, but it really should add the nested properties properly.

Completed
Last Updated: 20 Jan 2023 12:34 by ADMIN
Release R1 2023
Created by: Ryan
Comments: 3
Category: Reporting
Type: Feature Request
4

I have encountered scenarios where I want to return different results based on fields value or some expression. While I can use nested ternary operations this is not ideal as it can be difficult to read and maintain, particular for newer report designers. It would be helpful to have SWITCH and IFS statements modeled after those provided by Excel.

SWITCH would be helpful for cases where I want to check against a few different literal values and return different results.

IFS would be helpful for cases where I want to evaluate different expressions and return different results.

Modeling these after those in Excel would be sufficient, though, for more advanced cases being able to write C# code inline with the report would be helpful (will submit as a separate request).

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.

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."

Declined
Last Updated: 27 Sep 2022 07:09 by ADMIN
Created by: Tursunkhuja
Comments: 6
Category: Reporting
Type: Feature Request
4

We are using Telerik reporting R2.2022 version in our project. Some of our reports have html link (created with tag “a”). If we preview those reports html link doesn’t act as an actual hyperlink, so it’s not clickable. We know that there is a HtmlTextBox limitation not to be interactive in WinUI report viewer. But this is important for us to be able to click on html link on WinUI and we need that functionality.  

I tested WinUI example project (CSharp.WinUIExample.VS2022.sln) and opened SwissQRBill.trdp report. The report has some links to the external source in internet, which is not clickable, but if you open it in Standalone report designer it’s clickable.  

Graphical user interface, text, application, email

Description automatically generated

Is it on your roadmap to implement that feature? 

Thanks,