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.
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: 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: 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: 06 Dec 2022 12:21 by ADMIN

Make the Design-Time parameter values of the WebServiceDataSource editable through code.

Currently, the design-time values can be edited only by the report designers or by saving the report with the TRDX extension and editing the XML.

In the XML, to change the design-time values, you may edit the ParameterValues property which is a string. 

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

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

Unplanned
Last Updated: 09 Nov 2021 15:34 by ADMIN
Created by: Wing Yee
Comments: 0
Category: Reporting
Type: Bug Report
3

Currently, the Web Report Designer does not allow one to insert a report item in place of a table cell textbox.

Meanwhile, the Standalone Designer does allow such operations.

Completed
Last Updated: 09 May 2022 06:28 by ADMIN
Release R3 2021 SP2
After the Report Viewer Angular component is destroyed, keep alive requests are being sent to the server, even though the viewer is removed from the DOM.
Unplanned
Last Updated: 04 Nov 2021 15:40 by ADMIN

The print button does not work in Chrome and Edge when the PDF default behavior is set to Download PDF.

 

Unplanned
Last Updated: 01 Nov 2021 15:44 by ADMIN
The Web Report Designer CSV Data Source Wizard throws errors when the FileDefinitionStorage folder does not contain a Resources subfolder.
Unplanned
Last Updated: 01 Nov 2021 13:22 by ADMIN
Created by: Sherri
Comments: 0
Category: Reporting
Type: Bug Report
1

Consider the following expression of HtmlTextBox:

= " <span style="text-decoration: underline">hello</span>"

It is evaluated as invalid due to the quotes. However, it works if you replace the inner ones with single quotes:

= " <span style="text-decoration: underline">hello</span>"

Unplanned
Last Updated: 02 Nov 2021 14:48 by ADMIN

When trying to use XML markup as Report Source for a SubReport, the error "Root element is missing" is being thrown. 

The input field taking the XML markup seems to initially read only the first row of the XML markup. To work around this issue, expand the input field dropdown and select the <Expression> option then paste the XML markup and save.

Declined
Last Updated: 04 Nov 2021 07:26 by ADMIN

Currently there appears to be no functionality available to add additional attachments via the Telerik Reporting Send Mail dialog or programmatically by passing parameters to the Report Viewer using a model.

 

Scenario 1:

- When we email a new Quote, which is a Telerik Report, to a Customer we would like to automatically attach a "New Products Brochure". The brochure is a frequently updated pdf document that would reside on the server.

 

Scenario 2:

- When we email a Customer Invoice, which is a Telerik Report, to a Customer if:

1) It is the 1st Invoice we have sent them for the current Agreement then automatically attach the Agreement related to Invoice - where the Agreement is another Telerik Report.

2) The Customer has an outstanding balance with us then attach a "Customer Statement", which is another Telerik Report, in pdf format.

 

Thanks in advance.

 


Completed
Last Updated: 10 Nov 2021 16:55 by ADMIN
Release R3 2021 SP1
Created by: Shannon
Comments: 0
Category: Reporting
Type: Bug Report
1

Pasting a HEX value to  a report item whose color has not been set before leads to the error:

"An error has occurred. NaN is not a valid value for Int32."

The workaround is to set the color of that property through the ColorPicker control before attempting to paste the new HEX color. If a color has been selected before, the issue is not present.

Unplanned
Last Updated: 04 Jan 2022 07:35 by ADMIN
Created by: Neli
Comments: 1
Category: Reporting
Type: Feature Request
1
With this feature request, we would like to ask you what new functions you would like to have in our report designers.