Completed
Last Updated: 27 Mar 2020 15:13 by ADMIN
Release 2020 R1 SP2 (Latest Internal Build)
The Context Menu does not pop-up when you right-click on a Report Parameter in the Report Explorer of the designer.
Planned
Last Updated: 20 Feb 2020 08:57 by ADMIN
Created by: SPARE GmbH
Comments: 0
Category: Reporting
Type: Bug Report
9
The report engine calculates firstly how many rows will be necessary to accommodate the cell content and then the binding is taken into account. For example, if initially 2 lines are needed for the value of the textbox, the final cell height will be equal to two lines although later the width will be increased and the text will fit in a single line.
Unplanned
Last Updated: 17 Mar 2020 06:53 by ADMIN
In the HTML5 Report Viewer, in case there are cascading parameters, the ValueMember is displayed instead of DisplayMember. In the report designers, the behavior works as expected.
Unplanned
Last Updated: 29 Mar 2021 10:13 by ADMIN
Created by: Rick
Comments: 1
Category: Reporting
Type: Bug Report
1

I have an asp.net core web app that works fine running from VS 2019 and IIS Express. However, if I run it under a docker windows container, there's an error when deserializing the xml .trxd file.

Exception thrown: 'System.TypeInitializationException' in Telerik.Reporting.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll
Exception thrown: 'System.MissingMethodException' in Telerik.Reporting.dll

This is only happening when running in a windows docker container.

Please do some testing with this configuration.

Unplanned
Last Updated: 02 Apr 2021 11:14 by ADMIN
Created by: Rick
Comments: 4
Category: Reporting
Type: Feature Request
12

Would like my custom report resolver to implement async calls, so need

public async Task<ReportSource>Resolve(stringreport) supported in IReportResolver

 

Thanks!

 

  
Completed
Last Updated: 21 Sep 2022 06:19 by ADMIN

New development is being done with net core 3.1 and netstandard 2.1 and we can no longer create reports in the Report Designer using the ObjectDataSource.

Seems like it's time to update the standalone Report Designer for these new standards.

Unplanned
Last Updated: 05 Feb 2020 14:18 by ADMIN

The following exception occurs when you attempt to add a Html5 Report Viewer from the VS item template in a project that already contains a CLR report:

"Error: Fail to add project reference System.Runtime.InteropServices.COMException (0x80004005): Adding 'WebApplication2' as a project-to-project reference would cause this project to reference itself. at VSLangProj.References.AddProject(Project pProject) at Telerik.Reporting.Vs.Common.ProjectManager.TryAddProjectReference(Project projectToReference)"

The viewer is still added successfully and displays the report.

Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
If you add the Telerik.WebReportDesigner.Services package to a working .NET Core 3.1 project using Telerik Reporting, the built fails with System.Reflection.ReflectionTypeLoadException
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
Created by: Maxim
Comments: 0
Category: Reporting
Type: Bug Report
1
If the database that is assigned to the report contains empty records, in Linux and Mac the report is rendered on more pages.
Completed
Last Updated: 26 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
The File cache is not cleaned by the REST Service after stopping it. This can be observed with the default cache settings and a report with a large image, and when the File cache is configured explicitly from the 'cache' element of the Telerik.Reporting configuration section.
Unplanned
Last Updated: 12 May 2025 08:03 by ADMIN
Scheduled for 2025 Q2
If a RTL text that contains strings and digits is exported to PDF or printed, in the exported document first the digits are printed and then the strings.
Completed
Last Updated: 19 Feb 2020 16:23 by ADMIN
On the Print button click, the viewer opens a File Save dialog instead of invoking the Print dialog. Observed with Edge version 79.0.309.71.
Unplanned
Last Updated: 23 Jan 2020 09:36 by ADMIN
If you click multiple times fast on the Next button of the viewer while on the penultimate page, an error may occur. The error indicates that a page with a page number that does not exist in the report - 'pageCount+1' is missing. The error message persists even if you navigate to other pages. The issue occurs in SINGLE_PAGE pageMode.
Pending Review
Last Updated: 29 Jan 2020 21:25 by Mike
Created by: Carl
Comments: 2
Category: Reporting
Type: Bug Report
0

Hi

If I run the angular report viewer within my main page, all is well. However if the report viewer is hosted in a <p-dialog> (or <p-overlaypanel>), the report does not render (even though data is loaded and the report can be exported). To confirm this, I even have the report visible in a <tr-viewer> on the main page behind the dialog and load them at the same time.

If the dialog is not visible when the main page opens, then the report viewer toolbar is in a column on the left, and is not operational. (see attached)

If the dialog is visible when the main page opens, then the toolbar appears at the top and functions normally. (see attached)

 

<tr-viewer #rptViewerBody
     [containerStyle]="viewerContainerStyle"
     [serviceUrl]="reportServerUrl"
     [viewMode]="'INTERACTIVE'"
     [scaleMode]="'SPECIFIC'"
     [scale]="1.0">
</tr-viewer>

vs

<p-dialog modal="true"
          appendTo="body" 
          header="Report"
          [(visible)]="showReport"
          [width]="1500" 
          [height]="1500">

        <tr-viewer #rptViewerDialog
            [containerStyle]="viewerContainerStyle"
            [serviceUrl]="reportServerUrl"
            [viewMode]="'INTERACTIVE'"
            [scaleMode]="'SPECIFIC'"
            [scale]="1.0">
        </tr-viewer>
</p-dialog>

 

In the code, I tried both of these container styles. The result for the dialog was that relative position rendered the toolbar (top or left), but absolute position rendered nothing at all (height became 0)

this.viewerContainerStyle = {
      position: 'absolute',
      top: '0px',
      left: '0px',
      right: '0px',
      bottom: '0px',
      ['font-family']: 'ms sans serif'
    };
this.viewerContainerStyle = {
      position: 'relative',
      width: '1300px',
      height: '1300px',
      ['font-family']: 'ms sans serif'
};

 

using @progress/telerik-angular-report-viewer": "7.19.718"

 

Thanks.

Completed
Last Updated: 03 Jun 2020 14:11 by ADMIN
Release 2020 R2 (Latest Internal Build)
If the report contains an HtmlTextBox with no content or whitespace as content, the generated PPTX document is corrupted.
Completed
Last Updated: 18 Jun 2020 12:43 by ADMIN
Release R2 2020 SP1
Created by: Ludek
Comments: 1
Category: Reporting
Type: Bug Report
3

Print functionality doesn't work in React application.

Steps to reproduce:

1. You may use the sample project from How to use HTML5 Report Viewer in React Application article.

2. Run the project and click on Print.

The following error can be seen in the browser's console: Resource interpreted as Document but transferred with MIME type application/pdf: "https://demos.telerik.com/reporting/api/reports/clients/a7fdd020ec4/instances/3f53abd1614/documents/c3923e685e6d6ebefb3d11?response-content-disposition=inline".

Completed
Last Updated: 02 Apr 2020 10:27 by ADMIN
Release R1 2020 SP1
When providing both inline JSON and service Url to WebServiceDataSource, in design time the data is requested from the service instead of being taken from the inline JSON to reduce the network load.
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: 10 Jan 2020 15:56 by ADMIN

Under Linux, when the font is set with Conditional Formatting some of the TextBoxes may be rendered with different that the expected Font in Docx. Other TextBoxes set with the same rule to the same font are rendered correctly.

The same report rendered in Docx under Windows produces the correct document.

Declined
Last Updated: 29 Mar 2021 12:17 by ADMIN
Created by: n/a
Comments: 2
Category: Reporting
Type: Feature Request
0
Would be great if your upgrade wizard would look for web.config and web.config.* files to update rather than just the web.config file.