Unplanned
Last Updated: 22 Jan 2025 10:38 by Muhammad

Group properties are not visible in the item tree of the Telerik Report Designer for .NET.

Unplanned
Last Updated: 16 Jan 2025 13:01 by ADMIN
Created by: Patrick
Comments: 1
Category: Reporting
Type: Feature Request
1
Hello,
Once a chart has been inserted, the Wizard cannot be reopened. Frankly, navigating through the hundreds of chart properties is counterproductive. There should be more ways of modifying properties via a wizard that can be recalled once the chart is in the report.
Thanks for your time,
Unplanned
Last Updated: 14 Jan 2025 15:09 by Maya
Created by: Maya
Comments: 0
Category: Reporting
Type: Feature Request
1
I want to be able to apply a grayscale filter when I render the report in PDF format.
Unplanned
Last Updated: 10 Jan 2025 12:03 by ADMIN
Scheduled for 2024 Q2
When trying to duplex print a report that has odd page numbers, the next report's first page prints on the back of the previous report. We need the ability to conditionally insert a page break based on whether the report's (the group's) page count is odd or even. Since we don't have access to the global pagecount variable outside the footer, there is no way to use it to insert a page break into the body of the report. This seems like it would be such a common need with the desire by many to save paper that it would be an obvious feature to include in the product. Thanks.
In Development
Last Updated: 09 Jan 2025 21:22 by ADMIN
Scheduled for 2025 Q1
Created by: Kyle Smith
Comments: 1
Category: Reporting
Type: Feature Request
5

Is there a way to have the linear gauge display a value above the indicator?

Unplanned
Last Updated: 03 Jan 2025 10:02 by Foxy

Old shortcuts(CTRL+INSERT: Copy, SHIFT+INSERT: Paste and SHIFT+DELETE: Cut) of cut/copy/paste don't work in Standalone Report Designer for elements. 

Unplanned
Last Updated: 27 Dec 2024 08:52 by ecobite
Change all invocation with the database to use Store Procedure instead of direct access to table/view, allows developer to implements it own database design struct/methodology and security/policy.

In all projects i have changed the Reports tables names to follow the design struct/methodology defined for the project. All reports store Procedure was changed to reflect this design change.

In my case, the QueryDeleteBehavior can't be implemented without maintain the design methodology/policy.
Unplanned
Last Updated: 23 Dec 2024 11:21 by SturmA
Created by: SturmA
Comments: 0
Category: Reporting
Type: Feature Request
1

As of now the Reporting team provides only part of the source code - mostly the code that targets .NET Framework 4.6.2.

Please expose more of the code to your customers, like Telerik Reporting engine for .NET 6+ and corresponding REST WebAPI.

Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1

The ReportsControllerBase is returning a JSON payload of { "InstanceId": "xxxx" } instead of { "instanceId": "xxxx" } that the Html5 ReportViewer is expecting. I believe the CreateInstance method should be using CreateJsonResponse instead of CreateResponse. I overrode the ReportsControllerBase.CreateInstance like the following to get it working again:


response = base.CreateInstance(clientId, reportSource);

// This is to work around a bug in telerik reporting.
BusinessLogicResponse v = BusinessLogicResponse.CreateInstance(HttpStatusCode.Created, ((ObjectResult)response).Value);
response = base.CreateJsonResponse(v);

Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1
Created by: Tobby
Comments: 0
Category: Reporting
Type: Bug Report
3
With the 18.3.24.1112 version of Reporting, there is a memory leak when rendering reports to PDFs. 
Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1

Even though I set "parametersAreaVisible" to false, the parameter area is still visible. A bit of tweaking.

Let me make a change request in the telerikReportViewer-18.3.24.1112.js file:

function showParametersAreaIfNecessary(params) {
            parametersAreaNecessary = hasVisibleParameters(params) || !controller.isReportAutoRun();
            showParametersArea(parametersAreaVisible && parametersAreaNecessary);
        }

Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1

I have overridden the SendMailMessage method of the ReportsController to implement the email-sending functionality of the web report viewers.

However, despite the method being implemented in my controller, inheriting from the ReportsControllerBase class, the method is never hit, and instead, I get a 501 Not Implemented response.

Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1
Created by: Dmytro
Comments: 1
Category: Reporting
Type: Bug Report
7
After updating to 2024 Q4 it has became impossible to extract text from rendered PDF files. Well, we can extract it but it's just abracadabra. The same happens if we open a file in Acrobat Ready and try copying some text. It is copied but is non-sensical. Try with the attached PDF. This worked fine with prev versions.
Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1

When rendering a report that displays an image through the PictureBox item with binary data in multiple threads within a Docker container, the following error is thrown:

Message=Concurrent operations from multiple threads on this type are not supported.
  Source=DockerBlazorApp
  StackTrace:
   at Test.Reporting.Services.ReportService.<>c.<RenderReport>b__4_0(Object innerSender, ErrorEventArgs eventArgs) in C:\Users\dnikolov\Downloads\dockerblazortestappfortelerik\DockerBlazorTestAppForTelerik\DockerBlazorApp\Services\ReportService.cs:line 49
   at Telerik.Reporting.Report.OnError(Object sender, ErrorEventArgs e)
   at Telerik.Reporting.Report.RaiseError(Object sender, ErrorEventArgs e)
   at Telerik.Reporting.Processing.Report.RaiseReportError(ProcessingElement sender, ErrorEventArgs args)
   at Telerik.Reporting.Processing.Report.RaiseError(ProcessingElement sender, Exception exception)
   at Telerik.Reporting.Processing.ProcessingElement.Process(IDataMember dataContext)
   at Telerik.Reporting.Processing.ReportSectionBase.ProcessItem()
   at Telerik.Reporting.Processing.DetailSection.ProcessItem()
   at Telerik.Reporting.Processing.ReportItemBase.ProcessElement()
   at Telerik.Reporting.Processing.ProcessingElement.Process(IDataMember dataContext)

Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1

My connection string contains spaces:

Data Source=(local)\SQLEXPRESS;Initial Catalog=AdventureWorks;Integrated Security=SSPI

When I use the functionality 'Build new data connection', the designer throws the following exception:

 

 

Unplanned
Last Updated: 19 Dec 2024 09:40 by James Glinsek

If I update a StyleRule from the Report Explorer in SRD.NET, the property grid becomes empty afterward, and I have to de-select the rule by selecting another style rule, then select it again to edit another style.

Unplanned
Last Updated: 19 Dec 2024 09:19 by James Glinsek

When using the Standalone Report Designer for .NET, the PropertyName dropdown is empty when creating a new style rule with AttributeSelector.

The issue is not present with the Standalone Report Designer for .NET Framework.

Unplanned
Last Updated: 11 Dec 2024 20:14 by JeffVisibilEDI

At the moment, a whole words are removed from text until it becomes short enough to fit in the text box, and this is the only available behaviour.

There should be an option to put ellipsis or clip the text to the textbox width instead (like CSS text-overflow "ellipsis" and "clip").

There's also an older discussion here:
https://www.telerik.com/forums/request-ability-to-show-an-ellipsis-in-a-text-box-when-the-text-overflows-the-available-space

Under Review
Last Updated: 11 Dec 2024 15:08 by ADMIN
Created by: Paolo
Comments: 0
Category: Reporting
Type: Feature Request
1

Inside telerik designer for reports actually if you wish to use an RGBA color, you would need to manually write it.

And generally color choise / picking its a little old style.

-> Would be nice to modernize the UI for color management and implement a COLOR PICKER.

Unplanned
Last Updated: 11 Dec 2024 12:42 by Scott Waye
The OpenXML formats should expose a device setting such as the ValidateXmlCharacters setting in the WPFXAML/WPFXAMLInteractive Device Information Settings that specifies whether Unicode characters that are not XML compliant, should be allowed in the report or a built-in utility function that I can invoke on the data fields to filter out those invalid characters.