Unplanned
Last Updated: 22 Jan 2021 09:16 by ADMIN
Created by: Ken
Comments: 0
Category: Reporting
Type: Feature Request
2
It would be very useful if the page numbering is restarted after the TOC. 
Unplanned
Last Updated: 29 Jan 2021 09:34 by ADMIN

ReportViewer will resize correctly when the window is resized by manually dragging the frame, but when 'Maximize' or 'Restore Down' buttons are used, the resize will not occur. 

If continues scrolling is turned on, the next page to load in will be in a different size because it will be in the correct size, while the first page remains in the previous size.

A work-around is to add this codesnippet to the HTML, which will trigger the resize:

function resizeViewer() { $("#reportViewer1").trigger('resize'); }
window.addEventListener("resize", resizeViewer);

Unplanned
Last Updated: 01 Feb 2021 09:44 by ADMIN

When a section is disabled by setting the Visible property to false, the section remains visible in the designer without any visual indication that it is invisible when rendered. Adding such a visual indication would allow users to more easily see that it is disabled.

Having a cross over the section, making it disappear from the designer window, or showing somehow it is disabled would make it easier to understand, as currently the only way to check this is by reading the value of the Visible property in the Properties pane

Unplanned
Last Updated: 01 Feb 2021 10:08 by ADMIN

When one item is selected, or multiple items are selected where they all have the same size, the Width and Height property is accessible and will be applied for all selected elements. If multiple elements are selected and they do not all have the same width and height, the property becomes blank, and you do no longer have access to the Width and Height property.

It would be great to still have access to the properties so a value can be applied for all selected elements.

Unplanned
Last Updated: 01 Feb 2021 10:23 by ADMIN
Created by: Smiljan
Comments: 1
Category: Reporting
Type: Feature Request
2
When designing reports and using Sub-Report elements, it could be nice to have a way of opening the report linked through the element. Currently, you need to find that report manually based on the ReportSource value. 
Unplanned
Last Updated: 04 Feb 2021 08:26 by ADMIN
Created by: Donna
Comments: 0
Category: Reporting
Type: Feature Request
2
It would be useful to have the ability to create custom report items. For example, KPI reporting control, which is currently not supported by Telerik.
Unplanned
Last Updated: 05 Feb 2021 15:32 by ADMIN
Created by: Mario
Comments: 1
Category: Reporting
Type: Feature Request
2

I am using this to color the xaxis, but I notice, it changes the color of all items, so what I want is to color them individually based in a condition like this:

XAxis.Style.Color =  IIf(ToolStatus=1,'Green','Red')

The problem all the text is in green not considering the condition individually by column.


Declined
Last Updated: 12 Feb 2021 08:16 by ADMIN
The problem with the web report designer occurred after updating to R1.2021version. I used a web service datasource in a report and created one inline and one query parameter. But as you see from the attached file, the values of those parameters are shown as Object instead of showing real value. I see this issue after updating to R1 2021, but in the previous version, it was showing correctly. If you open the report via Standalone Report Designer it shows correctly.
Unplanned
Last Updated: 23 Apr 2021 15:03 by ADMIN

If you select valid values for a multi-value parameter and then deselect them manually in List_View, the last rendered report remains and there is no warning for invalid parameter values and the Preview button is not disabled. The problem occurs only in List_View for the multivalue parameter editors.

If you deselect the values with 'clear selection' the proper warning gets displayed.

Completed
Last Updated: 10 Nov 2022 17:27 by ADMIN
Release R3 2022 SP1
My report has 4 levels of nested subreports. Each child subreport receives its data from the parent with Binding to a data field from the parent report data source. This works correctly with versions 11.2.17.913 and 13.2.19.1030 but doesn't show the correct data with version 15.0.21.326. For details see the forum post Invalid subreport data when updating to latest telerik reporting version.
Unplanned
Last Updated: 24 Nov 2021 14:59 by Olaf
Navigating through the report with the document map does not navigate to the right item(position) on high zoom level
Unplanned
Last Updated: 03 Jun 2021 10:13 by ADMIN

Setting the ParametersAreaVisible and DocumentMapVisible to False in the Xaml, or in the initialization code of the WpfReportViewer doesn't hide the corresponding areas.

The issue is reproducible in .NET Core and .NET Framework.

Unplanned
Last Updated: 31 Jan 2025 13:49 by Dmytro

My need is to format numbers according to a custom culture with custom decimal, group symbols and number of decimal digits. For this I've created a custom CultureInfo object and set it up on Report.Culture property in a IReportSourceResolver implementation - I am using ASP.NET  from .net 5 example. For some reason, most of the NumberFormatInfo properties are ignored and a default, specific to the underlying culture code, is used. 

I need to programmatically change the NumberFormatInfo, because the service that is using Telerik Reporting is working in a multi tenant / multi culture environment and it must use the same report template but with different cultures for different requests.

Current result:

123 456 789
123 456 789,012
123 456 789 €
123 456 789,01 € 

Desired result, as per NumberFormatInfo settings (seen also in console):

123#456#789

123#456#789*01235

123##456##789 E

123##456##789**012346 E

 

Documentation reference:

https://docs.telerik.com/reporting/designing-reports-report-globalization

"A report is globalized with the help of a System.Globalization.CultureInfo object. You can specify a Culture for the entire Telerik.Reporting.Report by setting its Report.Culture property. This will force all Telerik.Reporting.TextBox items to respect the assigned Culture." 

But this does not appear to fully work. NumberFormatInfo of the Report.Culture property is not considered.

I've attached a project that reproduces this issues.

Unplanned
Last Updated: 23 Jul 2021 14:56 by ADMIN

I want each time a user logs out from my application its session in the Reporting REST Service also to expire. I tried to perform the Unregister Client request with a custom code. However, I need the clientId and there is no straightforward way to get its value from the viewer.

It turns out that the Reporting REST Service keeps its own client sessions that are different from the hosting application sessions. For that reason, the Telerik Reporting REST Service doesn't know whether a user is logged in/out in the main application. Therefore, a Logout functionality in the viewer will be beneficial for scenarios like the described one.


Unplanned
Last Updated: 28 Jul 2021 10:24 by ADMIN

We use Html Report viewer for rendering reports based on Telerik Reporting.

We observe the following issue with report parameters with AvailableValues configured and Multivalue = true:

When there are one or more items from the available options selected - manually unselecting all of them leads to rendering a report as if the last unselected option is still selected leading to wrong result

 All other operations over the multivalue parameter work fine.

The issue occurs only in List type Parameter editors. With ComboBox editors this works as expected.

Unplanned
Last Updated: 09 Aug 2021 10:40 by ADMIN

The HtmlTextBox renders less space between the bullet point and text:

Unplanned
Last Updated: 09 Aug 2021 10:29 by ADMIN

Below is the outcome from design time:


And here you see the outcome from the preview:

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

Declined
Last Updated: 27 Sep 2021 15:50 by ADMIN
If there is an error when connecting to the database there will be no data returned and instead of displaying an informative error message, the report will be displayed as 'No page to display' by the designer/viewer, or exported as a corrupted document by the ReportProcessor.
The error will be displayed when SkipBlankPages is False.
Unplanned
Last Updated: 30 Sep 2021 12:01 by ADMIN
Created by: Marcel
Comments: 0
Category: Reporting
Type: Bug Report
2

Exporting a report as PDF produces a corrupted file as soon as it reaches 2GB or more in file size. Available client memory should have been enough and was not at its limit. We have built the application as x64.

We use large-sized image files in the reports.