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. 
Unplanned
Last Updated: 22 Oct 2021 05:15 by ADMIN
Created by: Wing Yee
Comments: 0
Category: Reporting
Type: Feature Request
12
Please, add the option to set the report of the web report designer dynamically. Similarly as for the HTML5-based report viewers. For example https://docs.telerik.com/reporting/html5-report-viewer-howto-custom-parameters 
Completed
Last Updated: 10 Nov 2021 16:55 by ADMIN
Release R3 2021 SP1
The base Implementation of ReportDesignerControllerBase.RenderPictureBoxAsync does not consider the configured IDefinitionStorage and respectively its IDefinitionStorage.BaseDir property.
Unplanned
Last Updated: 14 Oct 2021 21:14 by ADMIN

You can have the three styles in HtmlTextBox. For example:

<strong>bold</strong>, <em>italics</em> , <span style="text-decoration: underline">underling</span>

However, if you use expression, for example:

= IIF( Parameters.Parameter1.Value , "<strong>bold</strong>, <em>italics</em> , <span style="text-decoration: underline">underling</span>","some bold text ")

Then the expression cannot be evaluated and an error is thrown.

 

Unplanned
Last Updated: 13 Oct 2021 13:41 by ADMIN
The config.Routes.MapHttpRoute("ApiDefault", firstPathSegment + "/{controller}/{action}"); defined in ReportsControllerConfiguration.RegisterRoutes hides other matching route patterns registered after it - for example  api/{controller}/{id} will not be matched, because it has the same route pattern.
Unplanned
Last Updated: 21 Oct 2021 14:14 by ADMIN

Our manufacturing floor needs to have unprintable characters encoded in the data matrix in our reports, so that our plant controllers can receive instructions.  The characters I'm speaking about are things like the Record Separator (ASCII 1E), Group Separator (ASCII 1D), and End of Transmission (ASCII 4).  

 

Unplanned
Last Updated: 11 Oct 2021 09:22 by ADMIN

I have a Windows Forms application that references a Reports_Library.dll that contains my CLR reports.  I want to use the ReportBook in VS, so I followed all of the online tutorials.  However, I'm having an issue using the ReportBook.  

My Steps:

  1. Create a new form
  2. Add a Report Viewer to the form (I don't add any report source to the viewer at this time)
  3. I add a ReportBook to the form and a dialog box appears with the title of "Report Sources..."  I click on "New" and then I click on "Type name".  From there I click the drop-down under "Select a Report Type" and there are no options...  Usually, when following this procedure with a ReportViewer, there is an option that says <Select Report Document>.  I click on that and then choose my document from the Reports Library.  However, I don't have the option to do that because the drop-down is blank.
Unplanned
Last Updated: 24 Mar 2022 13:04 by Neli

The Angular Report Viewer uses the jQuery npm package, while the Web Report Designer uses jQuery.min.js directly from a CDN. If you try to use both Angular Viewer and JS Web Designer in the same application there will be a conflict while loading jQuery twice from the different sources. This is why the Angular Report Viewer cannot be loaded together with the JS Web Report Designer in the same application. The KB article Displaying the Web Report Designer in Angular application provides a Known Issues section at the bottom where this problem is explained:

"Telerik Web Report Designer could not be integrated into Angular application together with Angular Telerik Report Viewer. That is why this article shows how to use the Telerik Web Report Designer in angular application with jQuery-based HTML5 Telerik Report Viewer."

Unplanned
Last Updated: 07 May 2024 06:54 by ADMIN
As soon as we enable Accessibility, the parameter area will not be displayed anymore. You can reproduce the issue with the Demo Project when using a Custom Parameter Editor.
Unplanned
Last Updated: 05 Oct 2021 13:00 by ADMIN

DataPointStyle's initial color is displayed as Black but the color is actually Transparent and if I try to set borders between the data points on my graph, they cannot be seen. 

Reselecting a color fixes the issue.

Unplanned
Last Updated: 07 Oct 2021 15:22 by ADMIN
Created by: Gabriel
Comments: 1
Category: Reporting
Type: Feature Request
1

When a report is open and the user click on the "generate" button, a busy indicator is displayed and the user can continue to use the application during the generation of the report. The UI thread is not blocked.

But when opening a view with the ReportViewer, the UI freezes during the initial connection to the remote engine, until the report is ready to be generated. If the report has parameters requiring a database query to load the available values, it freezes for a few seconds.

Would it be possible to load the ReportViewer instantly, then display a busy indicator until the report is ready, without blocking the UI thread ? (exactly as for the generation of the report)

 

 

 

Declined
Last Updated: 07 Oct 2021 12:24 by ADMIN
Created by: Stéphane
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi,

I would like to know if it's possible to reconsider this request, or at least to leave it open for a longer period of time so people can vote. It would be really nice to be able to integrate existing SSRS reports. We have a lot, I really mean a lot, of SSRS reports. We believe using another third party would just make our "ecosystem" more heterogeneous.

I'm pretty sure we're not alone with tons of SSRs reports that are waiting for a seamless integration with Telerik UI for Blazor.

Thanks in advance

Stéphane Roy

 

 

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.