Declined
Last Updated: 18 Feb 2022 15:50 by ADMIN
Created by: Jaume
Comments: 1
Category: Reporting
Type: Feature Request
0

Hello,

The Telerik Reporting REST service with CubeDataSource component that now can only be used with the .NET Framework.

We'd like to request that this component for .NET Core 6.

Thanks in advance.

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
The reporting engine does not allow for report parameters to have white spaces in their names and you cannot create such in the Standalone Designer, for example. However, unlike the Standalone Designer, the web-based designer does not prevent you from creating a parameter with white spaces in its name. As a result, the report cannot be saved and it does not preview correctly.
Unplanned
Last Updated: 11 Feb 2022 15:32 by Tom
Created by: Tom
Comments: 0
Category: Reporting
Type: Bug Report
1
When trying to select a ReportSource for a Subreport or for a report viewer, the CS/VB reports are not detected. This doesn't allow selecting the report from the item template.
Unplanned
Last Updated: 15 Feb 2022 12:18 by ADMIN

Hi,

I request you to add a new property in the report object when we unpackage the TRDP file to get a list of fields that are used in the report template.

Currently, We are not able to identify how much data we need to extract from the database as we are using the ObjectDataSource component in the report we have the number of fields in the data source but fewer were used in the report template hence on the performance point of view we need to get data only for those fields.

Thanks.

Unplanned
Last Updated: 16 Feb 2022 13:34 by ADMIN

There seems to be an issue with the filter / parameters with comma separated values for Multivalue.  I've tried numerous ways to get this to work directly in the preview function on the report designer.  Nothing done so far works.

Set Filter to multi
Set Parameter to IN 

 

Typed in value, value - typed in 'value','value', etc.  This is a basic text field so I am not certain as to what exactly should be put in the filter box to allow for 2 or more values in a filter.

This produces data on the report with IN and Multivalue 

This produces an error

The current data set presented in the report did not produce any significant content, so no pages were generated. If you need to see the whole report content, including blank pages, please contact the report author.

 

Please advise exactly how to do this with an example.  I have scoured the forums and the documentation with no relevant information that works for a multiple value field.

Thanks in advance.

Allison

Completed
Last Updated: 17 Feb 2022 14:53 by ADMIN
Release R1 2022 (Latest Internal Build)
Processing Base64-encoded images will throw exception "Invalid URI: The Uri string is too long" if the content size is greater than 65519 bytes
Unplanned
Last Updated: 03 Feb 2022 13:18 by ADMIN
Created by: William
Comments: 0
Category: Reporting
Type: Feature Request
3
Currently, we are not able to add a new SQL DataSource to the report programmatically without assigning it to a data item. For example, you can unpackage the report, add the datasource and assign it to the report or to a table, but we want to add it only.
Unplanned
Last Updated: 09 Feb 2022 14:54 by ADMIN
Created by: Tim
Comments: 1
Category: Reporting
Type: Feature Request
0

When building report templates in the Standalone Report Designer, it would be very helpful to have a keyboard shortcut to access the Property Browser and possibly the other panels (Report Explorer, Data Explorer, Group Explorer).

I have grown accustomed to the shortcuts available in Visual Studio for similar access. For instance, the F4 key will jump to the Visual Studio Properties panel (at least in my configuration) from a designer window. This makes it easy to update things like field name, size, location, and other properties without constantly reaching for the mouse.

Visual Studio uses Control-R to access its Project Explorer (again, in my C#-centric configuration), perhaps similar to the Report Designer's Report Explorer.

Adding these keyboard shortcuts, whether fixed to specific keys or configurable, would speed up report development for keyboard-bound programmers like me.

Duplicated
Last Updated: 19 Feb 2025 16:42 by ADMIN
Created by: James
Comments: 3
Category: Reporting
Type: Feature Request
2
It would be very beneficial to have a Standalone designer which targets .NET Core.
Completed
Last Updated: 17 Jun 2022 08:49 by Thod
Release R1 2022 SP1
Created by: Carl
Comments: 8
Category: Reporting
Type: Bug Report
7

When using the latest version of the Kendo Default Theme:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@latest/dist/all.css" />

the export in the Blazor Report viewer does not work.

Meanwhile,  you can reference the older kendo CSS styles directly in the view with the ReportViewer. You may leave the new styles referenced on the layout page.  It works with:

<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@4.26.0/dist/all.css" />

Completed
Last Updated: 18 May 2022 14:33 by ADMIN
Release R2 2022
When disposing Report Viewer Angular component remove the resize event handlers attached to the window from reporting an kendoSplitter
Unplanned
Last Updated: 31 Jan 2022 15:20 by ADMIN

If you drag and drop a List in a Report in the Web Report Designer, and then reduce its height and the height of its inner Panel from the Property editor, initially, the changes are respected. When you save the changes and reopen the same report, the Panel recovers its previous Height.

The issue is not reproducible when modifying List or Panel size with mouse dragging.

Unplanned
Last Updated: 09 Mar 2023 16:25 by Dyan

Nested OLs do not start with the number of their parent but instead, start counting completely anew.

Offer a solution allowing nested OLs to generate this form of rendering.

1.   title1

1.1   subtile11

1.2   subtile12

2.   title2

2.1   subtile21

2.2   subtile22

2.2.1   subtile221

2.2.2   subtile222

2.3   subtile23

3.   title3

 

Completed
Last Updated: 17 Feb 2022 15:20 by ADMIN
Release Release R1 2022 (Latest Internal Build)
It would be nice to replace the dropdown with data providers when adding a new SQL DataSource in the Web Report Designer. This would allow using  3rd party data providers and such that are not registered in the machine config.
Unplanned
Last Updated: 27 Jan 2022 10:15 by ADMIN
Running the Web Report Designer behind JWT authentication and the upload of TRDP files fails with 401 because it doesn't send the appropriate token/Authorization header.
Unplanned
Last Updated: 25 Jan 2022 11:17 by ADMIN
The Drag and Drop functionality of data field doesn't work when a TextBox is localized in the Web Report Designer.
Declined
Last Updated: 26 Jan 2022 07:51 by ADMIN
Created by: Ryan
Comments: 1
Category: Reporting
Type: Feature Request
0

I have a request that probably doesn't require much explanation. It would be helpful to allow comments in expressions created via the standalone designer to help explain particularly complex and infrequently encountered logic.

 

Unplanned
Last Updated: 19 Jan 2022 10:12 by ADMIN
Created by: Ryan
Comments: 1
Category: Reporting
Type: Feature Request
2

Our team is in the process of converting Crystal Reports documents over to Telerik Reporting and one of Crystal Reports advantages over Telerik Reporting was the ability to create custom fields with Crystal or Visual Basic Syntax, including the declaration of variables. Lack of variables and a few common constructs can make simple expressions overly complex.

One of the more common use cases for us is formatting text differently based on one or more other values. Without the ability to write if/elseif/else blocks we wind up with nested ternary statements which can be are hard to read and maintain.

While we can write user functions that seems impractical for long term maintenance and support. It would be very helpful if we could create expressions using C# directly in the Report Designer and have the embedded within the report itself.

See my initial request for something similar in the forms here: https://www.telerik.com/forums/feature-request-if-elseif-else-and-or-switch-statement-support-in-expressions

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: 25 Jan 2022 14:02 by ADMIN
Allow users to change the headers in a csv for an exported pie chart/graph.