Unplanned
Last Updated: 21 Dec 2021 09:20 by ADMIN
Currently, if you delete the default Table Headers from a Table in the Report Designer, it is not possible to re-add it, for example from a menu. It will be good to add such a possibility, as the accidental deletion of the header row may be quite inconvenient for report builders.
Unplanned
Last Updated: 16 Dec 2021 13:51 by Benedikt
A PictureBox item containing an SVG file does not size as expected when Sizing property-options are set to either "Center", "Normal" or "Stretch", and then exported to PDF.
Completed
Last Updated: 16 Dec 2021 13:37 by ADMIN
Created by: Mark
Comments: 2
Category: Reporting
Type: Feature Request
7
First, we need the ability to have the controls in a Page Header Band to Grow/Shrink based on their contents.
Second, the Page Header Band also needs the ability to Grow/Shrink based the first Condition and any other Conditional Formatting settings of controls with in that band. 
This is request becuase of the design of the Report Header Band and how it is designed for Multi Column Reports.  The Report Header Band does all what I am asking for, however, in a Multi Column Report, it's only the size of the column width, which is a problem for some of our reports.  We need it to be the entire page width.  Some suggests to create PAGE BOOKS seems a bit complicated to do for such a simple request.  I have been using different report writes in my 25+ years of programming, and Telerik Reports is the first one that I have used, that has these limitations..
Unplanned
Last Updated: 16 Dec 2021 09:44 by ADMIN

OnGetDocument and OnCreateDocument can be overridden in the ASP.NET Web API ReportsController to modify the report documents as explained in the KB Modify exported report document prior to serving it to the viewer client.

In ASP.NET Core this is not possible as OnGetDocument and OnCreateDocument don't exist.

Unplanned
Last Updated: 15 Dec 2021 16:45 by Ivan Pelly
Currently, it is impossible to access the DataSource parameter values after they have been evaluated from the expressions in the report definition. The data from the data items cannot be accessed either. In some scenarios, it will be very helpful to be able to access this information, for example, in the report events.
Unplanned
Last Updated: 14 Dec 2021 14:26 by ADMIN
I have a Crosstab with multiple dynamic detail columns and a Total column at the end. I can hide all the detail columns conditionally, based on a parameter value. The Totals are always visible. When there are more than two detail columns and I hide them, there is blank space left between the row headers and the totals of the crosstab.
Declined
Last Updated: 13 Dec 2021 14:17 by ADMIN
Created by: Matthew
Comments: 1
Category: Reporting
Type: Feature Request
0
I have websites that contain different kinds of Telerik reports. They are rendered in the HTML5ReportViewer control.  Some reports need to go to special label printers.  Other reports need to go to standard laser printers.  It would be a lot easier on the users (and waste less paper) if the website could set the default printer for each report so the users do not have to remember to change to the correct printer.
Declined
Last Updated: 10 Dec 2021 07:38 by ADMIN
When you export a report from VBA, the image is missing in the PDF file. It is important that the problem is reproducible only on machines that Telerik Reporting has never been installed. With the same code, when exporting from VS, the report is correctly exported. The attached PDF files represent the outcome from both exports.
Under Review
Last Updated: 09 Dec 2021 08:38 by ADMIN
Created by: Cedric
Comments: 1
Category: Reporting
Type: Bug Report
0

I am using the stand alone report designer, connected to a report server.
In the report I am designing, I have several cross tabs. We now want to create the same crosstabs, with additional filtering for the data.

- I copy the existing crosstab, then paste it.

Both cross tabs now reference the SAME row groups. Because of this, when I edit the filters, it just doesn't work. Looks like there are reference issues when the copy / paste is done, not all the objects within the cross tab are getting a new copy.

 

Original crosstab - it has a row group called "groupName1" :

 

Copied crosstab - same "groupName1" row group - it shouldn't be the same row group object.

Unplanned
Last Updated: 02 Dec 2021 12:03 by ADMIN

I have a table with all of my columns sortable. 

When I add the sorting button using the Interactivity feature, the buttons are all left aligned. It is confusing when trying to figure out which button sorts a column. See the attachment.

I'd like to be able to move the sorting button left or right.

 

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: 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
Completed
Last Updated: 24 Nov 2021 09:26 by ADMIN
Release R2 2019 SP1

I put a ReportViewer in an application and VisualStudio inserted the required MergedDictionaries.  I updated them to the Green theme and added the Green reference, now I get a XAML error stating Cannot find resource named 'RepeatButtonStyle.'  I comment out this line in my App.xaml file:

<!--<ResourceDictionary Source="/Telerik.ReportViewer.Wpf.Themes;component/Themes/Green/Telerik.Windows.Controls.Navigation.xaml" />-->

the error goes away and my XAML designer works again, but the navigation section of the report viewer has the incorrect theme applied.

I looked in the copy of the file that is on my computer located at:

   C:\Program Files (x86)\Progress\Telerik Reporting R2 2019\Wpf\Themes\Green\Telerik.Windows.Controls.Navigation.xaml

On line 8831 there is a reference to a Static Resource named RepeatButtonStyle.

<Style x:Key="TabbedWindowScrollButtonStyle" TargetType="RepeatButton" BasedOn="{StaticResource RepeatButtonStyle}">

I assume this the culprit?

There was a similar issue in February.

https://feedback.telerik.com/wpf/1384801-pdfviewer-cannot-find-resource-named-repeatbuttonstyle-design-time-exception-in-fluent-theme-noxaml

Completed
Last Updated: 24 Nov 2021 08:58 by ADMIN
Release R3 2021
Created by: Nasi
Comments: 0
Category: Reporting
Type: Feature Request
6

Currently the Web Report Designer (WRD) can only work with reports stored on the server where the WRD Web API service is hosted.

A nice addition would be the option to select a local TRDX/TRDP file from the client file system and upload it to the server, when opening a new report for edit.
When saving such report there should be an option to download it to the client's file system as well.

With this approach the open/save operations will more closely resemble those of the standalone report designer.

Unplanned
Last Updated: 22 Nov 2021 12:02 by ADMIN

Hi admin/team,

we are using HTMLTextBox to display big paragraph text using panel. The paragraph text is having numbered list [Ordered list and Unordered list] content. The report rendering PDF format, the paragrah text has auto corrected number list. We dont want auto corrected number list and should display as we have in paragraph. 

Could you please help on this. Do we have any specific properties ? Thanks

For your reference: Highlighted color -> Expected: some points are start with '6.' numbered list 

Actual-> Auto corrected numbered list and start from '1.'

 

in website Chrome Browser (Expected)

in Report Viewer PDF format(Actual)

Completed
Last Updated: 22 Nov 2021 10:28 by ADMIN
Release R3 2021 SP1

I've noticed an issue with the web service data source configuration window when using jQuery version 3.5.1 or higher.

When you use the click on the Web Service Data Source from the left side menu it will open the configuration window in which Responding encoding and Data selector fields will be there for the jQuery version 3.3.1.

Now try the same steps with the 3.5.1 jQuery version or higher and those 2 fields won't be there.

Unplanned
Last Updated: 19 Nov 2021 11:08 by ADMIN
The issue is reproducible in Standalone Report Designer which internally uses RadRibbonWindow. When the Auto-hide taskbar feature in Windows is enabled and the window is initially maximized, the RadRibbonWindow position is not correctly calculated and looks offset. Here's the corresponding issue in ProgressĀ® TelerikĀ® UI for WPF Feedback Portal: RibbonWindow: The window is clipped when maximized initially and OS taskbar is auto-hiding.
Completed
Last Updated: 18 Nov 2021 08:49 by ADMIN
Release R3 2021

The Could not retrieve Expression schema. error can be experienced while trying to set a value of textbox by using the expression editor.

Unplanned
Last Updated: 17 Nov 2021 16:25 by ADMIN
Created by: Steve
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, if you use an Expression to change the parameter's Text, it will be correctly evaluated only the first time when the report is rendered. Let's say you have 2 parameters- Parameter1 and Parameter2. The Text property of the second parameter is based on the Value of the first. However, if you change the value of the first parameter, then the Text of the second will not be updated.
Declined
Last Updated: 16 Nov 2021 12:24 by ADMIN
Created by: Bernard
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi,

It would be very practical to have a component that could display HTML and CSS code from a data source.

 

Thank you

Bernard