Completed
Last Updated: 31 Jan 2024 18:07 by ADMIN
Release 2024 Q1

The error below is thrown in PictureBox when System cryptography Use FIPS compliant algorithms is enabled:

An error has occurred while processing PictureBox 'pictureBox1': Exception has been thrown by the target of an invocation.
--------------- InnerException ---------------
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
Unplanned
Last Updated: 25 Feb 2025 09:49 by ADMIN
Created by: Smiljan
Comments: 2
Category: Reporting
Type: Feature Request
5

please please put OR operator in Report designer data-source query.

For years users request and ask same question and still (in 2021) Report designer doesn not support OR query.

You can manually enter OR operator in sql-query, but then you cannot use the designer. :(((

 

Unplanned
Last Updated: 28 Dec 2021 12:30 by ADMIN

I've run into a problem when using a Combo Box for a Multi-Select Parameter.  The issue is that if the user selected values then clicks the preview button, while the dropdown list is still displayed, the parameter is not set before the report is generated. 

I would prefer to use the combo box to set the parameters, but this will be an issue for the users. If I click elsewhere on the report or just re-run the report the parameters are set properly. This does not occur with the Listbox functionality.

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
The problem is that the uppercase for i in English is I (note the lack of a dot) but in Turkish it’s dotted, İ. So while in English there are two i’s, for Turkish they are four.
Declined
Last Updated: 27 Dec 2021 07:32 by ADMIN
Created by: Shawn
Comments: 1
Category: Reporting
Type: Feature Request
0
Integrate a SSRS report viewer that can be used in a Blazor Server application.
Completed
Last Updated: 19 Sep 2022 09:42 by ADMIN
Created by: Franz
Comments: 8
Category: Reporting
Type: Feature Request
14

Problem description:
On ".net Framework" it is a supported scenario that assemblies with datasources and/or functions are loaded into the standalone ReportDesigner. This assemblies are used while designing and later also in the ReportViewer while executing the report. Feature described here https://docs.telerik.com/reporting/standalone-report-designer-extending-configuration

Now that .net 6 is release by MS the same feature is needed there. The problem is that the "standalone ReportDesigner" is targeting ."net framework" which means it can only load assemblies targeting ".net framework" or up to ".net standard 2.0". But that is not sufficient because on ".net standard 2.0" only EntityFrameworkCore3.1 is supported and all newer version (EF Core 6.0) are not.  See here https://docs.telerik.com/reporting/knowledge-base/use-reporting-in-dotnetcore-with-entity-framework-core

So in summary:
It`s not possible to use EF Core 6.0 (and upwards) DataSources in the given "standalone ReportDesigner" because it is targeting .net framework. It`s critical to be able to use the newest EF Core versions as DataSource to not be blocked from upgrading a ".net framework" application to .net 6 where the described feature/scenario is used. I need to use the "standalone ReportDesigner" because it gets shipped with the application to edit the reports individually by the enduser. The "VS ReportDesinger" is going to get the upgrade but this would only be usable as a developer before shipping the application.

Feature request:
Upgrade the "standalone ReportDesigner" to target .net 6.

Unplanned
Last Updated: 16 Dec 2021 09:44 by ADMIN

OnGetDocument and OnCreateDocument can be overridden in the ASP.NET Web API ReportsController to modify the report documents as explained in the KB Modify exported report document prior to serving it to the viewer client.

In ASP.NET Core this is not possible as OnGetDocument and OnCreateDocument don't exist.

Unplanned
Last Updated: 23 Nov 2023 10:33 by ADMIN

I have DataSource assigned to my report, which content is displayed in its Detail section. The Page sections have some static content. The SkipBlankPages property is set to False.

When the data set received by the report is empty, the static content in its Page sections is not displayed in Interactive View. In PrintPreview the Page Header/Footer content is displayed as expected. When the data set returns valid data, the Interactive view displays everything as expected.

Unplanned
Last Updated: 14 Dec 2021 14:26 by ADMIN
I have a Crosstab with multiple dynamic detail columns and a Total column at the end. I can hide all the detail columns conditionally, based on a parameter value. The Totals are always visible. When there are more than two detail columns and I hide them, there is blank space left between the row headers and the totals of the crosstab.
Declined
Last Updated: 13 Dec 2021 14:17 by ADMIN
Created by: Matthew
Comments: 1
Category: Reporting
Type: Feature Request
0
I have websites that contain different kinds of Telerik reports. They are rendered in the HTML5ReportViewer control.  Some reports need to go to special label printers.  Other reports need to go to standard laser printers.  It would be a lot easier on the users (and waste less paper) if the website could set the default printer for each report so the users do not have to remember to change to the correct printer.
Under Review
Last Updated: 09 Dec 2021 08:38 by ADMIN
Created by: Cedric
Comments: 1
Category: Reporting
Type: Bug Report
0

I am using the stand alone report designer, connected to a report server.
In the report I am designing, I have several cross tabs. We now want to create the same crosstabs, with additional filtering for the data.

- I copy the existing crosstab, then paste it.

Both cross tabs now reference the SAME row groups. Because of this, when I edit the filters, it just doesn't work. Looks like there are reference issues when the copy / paste is done, not all the objects within the cross tab are getting a new copy.

 

Original crosstab - it has a row group called "groupName1" :

 

Copied crosstab - same "groupName1" row group - it shouldn't be the same row group object.

Unplanned
Last Updated: 01 Dec 2021 13:26 by ADMIN
Currently, you can edit report in the web report designer only from the specified folder in the ReportSourceResolver or implement custom IDefinitionStorage as explained in the How to implement a report definition storage article. For that reason, it would be nice if you can set the report's folder dynamically out-of-the-box.
Unplanned
Last Updated: 02 Dec 2021 12:03 by ADMIN

I have a table with all of my columns sortable. 

When I add the sorting button using the Interactivity feature, the buttons are all left aligned. It is confusing when trying to figure out which button sorts a column. See the attachment.

I'd like to be able to move the sorting button left or right.

 

Unplanned
Last Updated: 06 Dec 2022 12:21 by ADMIN

Make the Design-Time parameter values of the WebServiceDataSource editable through code.

Currently, the design-time values can be edited only by the report designers or by saving the report with the TRDX extension and editing the XML.

In the XML, to change the design-time values, you may edit the ParameterValues property which is a string. 

Unplanned
Last Updated: 19 Nov 2021 11:08 by ADMIN
The issue is reproducible in Standalone Report Designer which internally uses RadRibbonWindow. When the Auto-hide taskbar feature in Windows is enabled and the window is initially maximized, the RadRibbonWindow position is not correctly calculated and looks offset. Here's the corresponding issue in Progress® Telerik® UI for WPF Feedback Portal: RibbonWindow: The window is clipped when maximized initially and OS taskbar is auto-hiding.
Unplanned
Last Updated: 17 Nov 2021 16:25 by ADMIN
Created by: Steve
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, if you use an Expression to change the parameter's Text, it will be correctly evaluated only the first time when the report is rendered. Let's say you have 2 parameters- Parameter1 and Parameter2. The Text property of the second parameter is based on the Value of the first. However, if you change the value of the first parameter, then the Text of the second will not be updated.
Unplanned
Last Updated: 22 Nov 2021 12:02 by ADMIN

Hi admin/team,

we are using HTMLTextBox to display big paragraph text using panel. The paragraph text is having numbered list [Ordered list and Unordered list] content. The report rendering PDF format, the paragrah text has auto corrected number list. We dont want auto corrected number list and should display as we have in paragraph. 

Could you please help on this. Do we have any specific properties ? Thanks

For your reference: Highlighted color -> Expected: some points are start with '6.' numbered list 

Actual-> Auto corrected numbered list and start from '1.'

 

in website Chrome Browser (Expected)

in Report Viewer PDF format(Actual)

Declined
Last Updated: 16 Nov 2021 12:24 by ADMIN
Created by: Bernard
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi,

It would be very practical to have a component that could display HTML and CSS code from a data source.

 

Thank you

Bernard

Unplanned
Last Updated: 09 Nov 2021 15:34 by ADMIN
Created by: Wing Yee
Comments: 0
Category: Reporting
Type: Bug Report
3

Currently, the Web Report Designer does not allow one to insert a report item in place of a table cell textbox.

Meanwhile, the Standalone Designer does allow such operations.