Unplanned
Last Updated: 07 Nov 2024 15:21 by Mahhin

Currently(version 18.2.24.924), it is not possible to use bindings or conditional formatting on the styling of the radial gauge ranges.

I need to be able to change their styles, such as the color, based on my data.

Unplanned
Last Updated: 30 Oct 2024 09:36 by zhivko.zhelezov

We faced the following issue when previewing a big enough report. Here are the steps to reproduce the bug:

1) after the report gets loaded, press the Preview button from the Parameters area.

2) as soon as the report starts loading, the class="trv-loading" is added to the Parameters area. While still report loading is in progress, press the "Stop Rendering" button.

3) When the message Report processing was canceled. is displayed, the Parameters area remains inactive. This happens because its class="trv-loading" is not removed as it is expected.

Unplanned
Last Updated: 25 Oct 2024 13:25 by Todor

Currently, when you design a report with SqlDataSource, ObjectDataSource, etc. you need to have access to the corresponding database, assemblies, etc. to see the fields and use the drag-and-drop functionality of the report designers.

The requirement is to embed the corresponding schema in the report or designer to let the report creator access the data source fields even without these external resources.

As an example, in the WebServiceDataSource the report creator may use inline JSON rather than connecting to the Web Service. This saves time and resources required for establishing the connection that is in fact not necessary for design purposes.

Unplanned
Last Updated: 25 Oct 2024 09:12 by Joe

When the report rendering is manually stopped through the Report Viewer, the Release Document request is made, however, it does not wait for the report rendering to be fully canceled, instead, it only sets a flag that it should stop.

The report engine checks for the flag periodically and eventually stops the report rendering, throwing an OperationCanceledException. I need to be able to catch this exception so that I can dispose of the document resources as soon as possible.

Unplanned
Last Updated: 25 Oct 2024 06:58 by Steve

When there is rotated text (270 degrees) in the Crosstab header, the FreezeColumnHeaders and FreezeRowHeaders don't work as expected.

Resetting the angle to the default (0 degrees) fixes the problem.

Unplanned
Last Updated: 24 Oct 2024 22:16 by Tony

Almost any object can be set to grow (CanGrow = True). Which makes the object grow if the text is too long.

I believe you need a function for making the text fit inside the object.

“ShrinkToFit = True”

This would shrink the text so that it fits inside the object. So if the font size is 20 and a long text wouldn’t fit inside the object, the font size would shrink until it fits.

Today we need to set several conditional formatting rules for this and it’s far from perfect. 

Unplanned
Last Updated: 24 Oct 2024 13:25 by GUJ

When I render a report with Gujarati language text to PDF on Windows, the GDI graphics engine is used and the text is displayed properly.

When I render the same report with the Skia graphics engine, on Windows or Linux, the characters are misplaced or incorrectly drawn.

 

Unplanned
Last Updated: 23 Oct 2024 19:12 by Mike

Hi Team,

I see you have written this custom example for using EntityFrameworkCore and SQL to act as a source of report storage (not cache storage).

This is a request to do the same but using the Azure Storage File Shares client library for .NET - Azure for .NET Developers | Microsoft Learn SDK to host the TRDP files.

For example:

ReportSourceResolver = new AzureStorageReportSourceResolver()

 

Thank you,

Mike

Unplanned
Last Updated: 23 Oct 2024 09:36 by Joe

When the end-user closes the browser or the window where the web report viewer is rendering the report, the report rendering is not automatically cancelled on the server.

The report rendering should stop when the browser/window is closed.

Unplanned
Last Updated: 18 Oct 2024 14:31 by ADMIN

Setting the Style > BackgroundImage property of the Linear Gauge > Indicator throws the following error:

This doesn't let me customize the Indicator of the Gauge.

Unplanned
Last Updated: 16 Oct 2024 13:22 by ADMIN
Created by: Patrick
Comments: 1
Category: Reporting
Type: Feature Request
4
Support for including WEBP images to the reports should be implemented.
Declined
Last Updated: 16 Oct 2024 12:42 by ADMIN
Created by: lokendra
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi Team, 

Is it possible to remove dll version and report designer path from Creator and Producer metadata tags. We got this requirement from our client. I am posting the remediation steps shared by our client below-

Is this possible to remove Telerik Reporting 14.1.20.618 (http://www.telerik.com/products/reporting.aspx) highlighted part and keep Telerik Reporting only?

 
Unplanned
Last Updated: 16 Oct 2024 07:35 by Mickael
I want to set the X-axis LineColor with Bindings. This is respected only on the Ticks LineColor, whereas the axis remains with its default LineColor.
Unplanned
Last Updated: 14 Oct 2024 07:54 by Martin
Created by: Dean
Comments: 1
Category: Reporting
Type: Feature Request
9
I need to customize the standalone Report Designer. I distribute it with my own product and I need to replace the title of the standalone ReportDesigner with my brand. 
For example DevExpress report designer allows that. 

Under Review
Last Updated: 14 Oct 2024 07:54 by Martin

I am working on a report in the .NET Report Designer that takes time parameters.  I am looking for a way to replace the DatePicker that is used in the Report Designer parameters section with the DateTimePicker, but I've been told by support that there is no way to do that.

At a minimum, I need a way to specify which picker (Date, Time or DateTime) that the Designer should use.  Being able to specify a format would be helpful also.  Ideally the stand alone designer would provide a way to customize and view a custom template that is developed for the HTML5 Report Viewer.

I'm stilling trying to figure out what I have to do, but it appears every time a modify the report I'm not going to be able to view it in the Designer and instead I'm going to have to view it in the Report Viewer in the main application, which will be a much slower and more cumbersome process.

Duplicated
Last Updated: 11 Oct 2024 13:37 by ADMIN

Hi,
For our product we were looking into adding additional Request headers to the HTTP requests made by the Telerik Reporting library to the webservice data endpoints for our reports.
We tried adding the headers through a custom DelegatingHandler or HttpClientHandler, but found those were not being picked up.
Not when using the Web Report Designer or Blazor Report Viewer.

Any change we could register such a DelegatingHandler or HttpClientHandler?
Or any other suggestion on a how to add additional headers to the outgoing requests?

Unplanned
Last Updated: 08 Oct 2024 09:51 by ADMIN
Created by: Shawn
Comments: 4
Category: Reporting
Type: Feature Request
2

Telerik,

This is a feature request to allow a designer to set the locale at preview time.

We work on reports that are deployed and executed in many regions and locales around the world.

We cannot have our report designers switch the locale each time they need to test or validate a report, it would become too cumbersome.

Would you be able to add an option (default: Current locale) to the "Preview" screen in the designer that allows the report designer to set the locale to Preview the report as.

Thanks!!

Shawn

Unplanned
Last Updated: 08 Oct 2024 08:01 by Martin

Currently, any custom implementations of the IResourceResolver and ISharedDataSourceResolver require using a parameterless constructor because the types are initialized via Reflection at runtime.

We would like to be able to dependency inject services into the custom resolver implementations through the constructors.

Unplanned
Last Updated: 07 Oct 2024 09:51 by Kapil

When I set the Graph Legend Position to Absolute, the Legend is drawn always inside the Plot area:

I would expect it to behave as the other Legend Positions and draw the Legend outside the Plot area.

Unplanned
Last Updated: 02 Oct 2024 15:01 by ADMIN
Scheduled for 2024 Q4

When the Blazor Web Report Designer is closed and then reopened, some of its resources are not loaded the second time around, causing the resize handles to break.

Making sure the following resources are always loaded on the web designer page, resolves the issue.

  • <script src="/api/reportdesigner/designerresources/ext_js/jquery.ui-1.12.1.min.js/"></script>
  • <link type="text/css" rel="stylesheet" href="/api/reportdesigner/designerresources/ext_styles/jquery.ui-1.12.1.min.css/">