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: 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.

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: 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: 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: 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.
Declined
Last Updated: 06 Jan 2022 15:48 by ADMIN

When a report includes drill-down item(s), the report is run again each time the user expands a drill down item.  This is apparent in the demo at https://demos.telerik.com/reporting/product-sales

I would like to see all of the drill-down data generated and delivered with the initial report, but collapsed and awaiting inspection.

Perhaps this would be an attribute of the drill-down element (pre-fetch versus re-run) so that developers can choose the most appropriate experience for their users  / conserve server resources.

Unplanned
Last Updated: 31 Dec 2021 11:20 by ADMIN
Page sections take up space even when they are hidden when using the PageNumber function with a group scope to control visibility.
Unplanned
Last Updated: 07 Jan 2022 12:55 by ADMIN
Created by: Monique
Comments: 0
Category: Reporting
Type: Feature Request
2

It would be great if you could make the border of the stand alone report designer visible.   It's hard enough to see and grab thin gray lines but Report Designer borders become invisible.   Below is a screen shot of the report designer in front of my Telerik Reporting program folder:

 


Unplanned
Last Updated: 19 Jan 2022 10:12 by ADMIN
Created by: Ryan
Comments: 1
Category: Reporting
Type: Feature Request
2

Our team is in the process of converting Crystal Reports documents over to Telerik Reporting and one of Crystal Reports advantages over Telerik Reporting was the ability to create custom fields with Crystal or Visual Basic Syntax, including the declaration of variables. Lack of variables and a few common constructs can make simple expressions overly complex.

One of the more common use cases for us is formatting text differently based on one or more other values. Without the ability to write if/elseif/else blocks we wind up with nested ternary statements which can be are hard to read and maintain.

While we can write user functions that seems impractical for long term maintenance and support. It would be very helpful if we could create expressions using C# directly in the Report Designer and have the embedded within the report itself.

See my initial request for something similar in the forms here: https://www.telerik.com/forums/feature-request-if-elseif-else-and-or-switch-statement-support-in-expressions

Duplicated
Last Updated: 19 Feb 2025 16:42 by ADMIN
Created by: James
Comments: 3
Category: Reporting
Type: Feature Request
2
It would be very beneficial to have a Standalone designer which targets .NET Core.
Unplanned
Last Updated: 17 Feb 2022 14:02 by Shannon
Created by: Shannon
Comments: 0
Category: Reporting
Type: Feature Request
2
Currently if nullable reference types are enabled in a Web Api project:
<Nullable>enable</Nullable>
validation errors are returned for endpoint which accept null (or nothing) for parameters.
Unplanned
Last Updated: 01 Apr 2022 08:55 by Christian

Currently, when GroupFooterSection.PrintAtBottom is set to True, all subsequent sections will be moved to the next page. For that reason, the Report Footer also moves to another page even when its PrintAtBottom is True and both sections can fit on a single page.

If I set the Group Footer PrintAtBottom to False, it will be printed just below the Detail section, which may leave unwanted blank space between the Group Footer and the Report Footer.

I think that it is more intuitive to have both the Group Footer and the Report Footer printed at the bottom of the last page in this scenario, with the Group Footer just above the Report Footer.

Unplanned
Last Updated: 27 Apr 2022 09:11 by ADMIN
Created by: Marvin
Comments: 3
Category: Reporting
Type: Bug Report
2

In Web Report Designer I added a List to my report groupHeaderSection and then couldn't delete it. It switched it to a TextBox. When trying to delete the TextBox the number of the box increments up/down.

There are times when I can't drag it to a different location.