Unplanned
Last Updated: 10 Jan 2020 15:56 by ADMIN

Under Linux, when the font is set with Conditional Formatting some of the TextBoxes may be rendered with different that the expected Font in Docx. Other TextBoxes set with the same rule to the same font are rendered correctly.

The same report rendered in Docx under Windows produces the correct document.

Completed
Last Updated: 02 Apr 2020 10:27 by ADMIN
Release R1 2020 SP1
When providing both inline JSON and service Url to WebServiceDataSource, in design time the data is requested from the service instead of being taken from the inline JSON to reduce the network load.
Completed
Last Updated: 03 Jun 2020 14:11 by ADMIN
Release 2020 R2 (Latest Internal Build)
If the report contains an HtmlTextBox with no content or whitespace as content, the generated PPTX document is corrupted.
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
The File cache is not cleaned by the REST Service after stopping it. This can be observed with the default cache settings and a report with a large image, and when the File cache is configured explicitly from the 'cache' element of the Telerik.Reporting configuration section.
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
Created by: Maxim
Comments: 0
Category: Reporting
Type: Bug Report
1
If the database that is assigned to the report contains empty records, in Linux and Mac the report is rendered on more pages.
Unplanned
Last Updated: 29 Mar 2021 10:13 by ADMIN
Created by: Rick
Comments: 1
Category: Reporting
Type: Bug Report
1

I have an asp.net core web app that works fine running from VS 2019 and IIS Express. However, if I run it under a docker windows container, there's an error when deserializing the xml .trxd file.

Exception thrown: 'System.TypeInitializationException' in Telerik.Reporting.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
Exception thrown: 'System.MissingMethodException' in Telerik.Reporting.dll

This is only happening when running in a windows docker container.

Please do some testing with this configuration.

Unplanned
Last Updated: 17 Mar 2020 06:53 by ADMIN
In the HTML5 Report Viewer, in case there are cascading parameters, the ValueMember is displayed instead of DisplayMember. In the report designers, the behavior works as expected.
Completed
Last Updated: 13 May 2020 13:11 by ADMIN
Release 2020\R2
When parameterized WebServiceDataSource is used for the AvailableValues of Report Parameter, the change of the WebServiceDataSource parameter value doesn't trigger a refresh in the AvailableValues.
Declined
Last Updated: 03 Apr 2020 05:56 by ADMIN
There is a regression in this event. 
Unplanned
Last Updated: 06 Mar 2020 11:15 by ADMIN
Created by: Piyush Bhatt
Comments: 0
Category: Reporting
Type: Bug Report
1

The pinch zoom feature on mobile devices is not working as expected.

  • On iOS devices, the zooming is fidgety, zooming is not accurate where the pinching gesture occurs.
  • On Android devices, Zoom In on the report will take the page to the top left. 
Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
The GetResource() endpoint of the AspNet.Core REST service always adds the "Cache-Control" header to the response's headers collection. This causes an exception when such header already exists.
Under Review
Last Updated: 09 Mar 2020 15:56 by ADMIN
ObjectDataSource with parameters of types Object[], String, and DateTime throws an exception in Report Designer Data Explorer. The error states that 'Member GetMissingSwipes(System.String filePath) on type GroupDataTable not found.' although the data source is configured to utilize a method with the same name with three parameters.
Unplanned
Last Updated: 27 Mar 2020 11:03 by ADMIN
Created by: Barry
Comments: 3
Category: Reporting
Type: Bug Report
1

The pdf documents generated with Telerik Reporting are not compatible with the BlueBeam Revu PDF editing tool.

For example, if we select a text and try to change the font size, the selected text inverts (upside down) and flies to the left of the document. 

Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
Created by: Jaume
Comments: 0
Category: Reporting
Type: Bug Report
1
When there are two data items sharing the same CubeDataSource with query with parameters, the first data item is rendered correctly and the second one throws the exception 'An error has occurred while processing Graph 'graph1': Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index.'
Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)

The labels of the axes and data points of a Bar chart are not correctly placed in PDF rendering when using .NET Core. The Graph is rendered on multiple pages. The appearance on the first page is correct and deteriorates on the next pages.

In.NET Framework, the same report is rendered as expected.

Unplanned
Last Updated: 30 Mar 2020 13:41 by ADMIN
Created by: Rudá Cunha
Comments: 1
Category: Reporting
Type: Feature Request
1

Digital signature (certificate) in Word and Excel files.
In the same way that today it is possible to sign the PDF.

 

Something needed to make the document official.

 

Tranks

Unplanned
Last Updated: 27 Mar 2020 15:20 by ADMIN
In a table with dynamic row groups with PageBreak set to 'After', when the report is rendered in Interactive view mode, some of the groups with large content are additionally split into more pages. 
Unplanned
Last Updated: 15 Dec 2020 12:23 by ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Barcode.Encoder should have a custom option and with Bindings/Expression and user function to provide a barcode matrix for rendering any barcode symbology. 
Completed
Last Updated: 13 May 2020 12:49 by ADMIN
Release 2020 R2

When the SqlDataSource wizard uses a connection to a non-MSSQL database, which is registered in a Report Server instance, previewing the results on the "Preview data source results" page will throw an exception.

Unplanned
Last Updated: 10 Apr 2020 15:39 by ADMIN
Created by: Aaron
Comments: 2
Category: Reporting
Type: Feature Request
1

Hi there,

I would like to make a feature request for your Reporting Tool that would greatly improve the way we are able to create Custom Report Parameters Front-End for our application.
Currently we have access to a number of properties against each Report Parameter such as whether it is Visible or whether or not it is a MultiValue control as well as some other options you are well aware of. I would like to request that you allow the ability to create custom properties against a Report Parameter.

Currently when we build up our custom parameter interface we use the Visible field whether or not to Show the parameter and we use the MultiValue parameter to switch between multi select and single select inputs and we determine the type of control we use based on the Type property. Up to now we have managed ok with the built in properties but we are starting to find some limitations that would easily be resolved if we could add whatever properties we want to a Report Parameter.

An obvious example is if we had more complex control options for the various Report Parameters we might like to add a property that has the name of the control to use rather than having to guess which control to display based on the Type of the Parameter. Or if we have multiple parameters that depend on each other we can add a property that tells us what the hierarchy for the parameters is. That would allow us to know on the front end that one Parameter depends on another parameter.

The reason I believe adding custom properties is the best approach is because then the sky is the limit with how I can customise those options and my own customer parameter interface.

Is there any chance this request could make it into your product roadmap? I believe it is a feature that could be very beneficial not just for us but to all your customer.

Thanks,

Aaron