Unplanned
Last Updated: 22 Jul 2022 11:32 by ADMIN
Created by: Aleksandar
Comments: 4
Category: Reporting
Type: Bug Report
1

It takes 2+ seconds between "info" polls to the server. This should be a much smaller interval. Maybe .5 or .25 seconds.



Telerik's own ReportClient example shows a 500ms interval between info polls...

        private static byte[] GetDocument(ReportClient restServiceClient, string instanceId, string documentId)
        {
            bool documentProcessing;
            do
            {
                Thread.Sleep(500);// wait before next Info request
                documentProcessing = restServiceClient.DocumentIsProcessing(instanceId, documentId);
            } while (documentProcessing);

            byte[] pdfDocumentBytes = restServiceClient.GetDocument(instanceId, documentId);

            return pdfDocumentBytes;
        }

Unplanned
Last Updated: 11 Jul 2022 11:40 by Dali

Bindings to the TitleStyle property of a ToC section result in the following error:

 Bindings error - The value of property 'TitleStyle' is null

Unplanned
Last Updated: 15 Jul 2022 14:02 by ADMIN
Allow Resolve in both IReportSourceResolver  and IReportDocumentResolver to be async so we can fetch data asynchronously
Unplanned
Last Updated: 13 Nov 2025 14:19 by ADMIN
Scheduled for 2026 Q1

Currently, when you set SplitWorksheetOnPageBreak to True, the Excel Sheet name is formed from the DocumentName or ReportName and the number of the page.

It would be very helpful if the report authors can manipulate these names with Expressions.

Unplanned
Last Updated: 27 Dec 2022 12:56 by Terry
Created by: Charles
Comments: 1
Category: Reporting
Type: Feature Request
16

We need our reports to have editable text fields where data can be entered into the pdf document and printed.

See also the Forum thread export pdf with editable text areas.

Unplanned
Last Updated: 28 Jun 2022 08:16 by Tommy
Bindings are not available when multiple report items are selected in the Web Report Designer
Completed
Last Updated: 04 Aug 2022 13:35 by ADMIN
Release R2 2022 SP1 (Latest Internal Build)
When I try and create Report1.trdp that already exists in the Web Report Designer definition storage, an Internal Server Error is thrown by Telerik.WebReportDesigner.Services when I debug the designer service. If I continue the execution, the existing Report1.trdp gets overwritten by the new one.
Unplanned
Last Updated: 22 Jun 2022 14:54 by Charles

 In the Word rendering, there is sometimes space between the footer and the body of the document.

 

Declined
Last Updated: 05 Sep 2022 14:35 by StillLearnin

Clicking the cancel button on the HTML5 report viewer show "Report processing was canceled" in the UI but the report is still being generated and rendered on the server.

In this old thread it is stated that it isn't possible to cancel the report generation on the server. Is that still the case?

Completed
Last Updated: 04 Aug 2022 13:35 by ADMIN
Release R2 2022 SP1 (Latest Internal Build)
Created by: Justin
Comments: 1
Category: Reporting
Type: Bug Report
2

It seems that the MultiSelect Combo Box Filtering does not work in the Report Viewer. o be smaller if the user starts typing

example of how it is removed

https://demos.telerik.com/reporting/product-line-sales

Unplanned
Last Updated: 20 Jun 2022 14:08 by Luke

Code128 Barcode does not always pick the correct subset for the given input value

For example, the string A12B34C56D

The barcode generated when using the Code128 encoder is longer than the barcode generated when using the Code128A or Code128B encoders.
Declined
Last Updated: 28 Jun 2022 09:42 by ADMIN
Created by: Yip
Comments: 2
Category: Reporting
Type: Bug Report
0

Telerik report is showing error -

Method Name: Telerik.reporting.PictureBox.Set_Value - Parameter is not valid. 

 Above highlighted line gives an error during component initialize.

It was working earlier, but now showing this error, even there is no code change. Please help.

 

Your help is highly appreciated.

Jeetendra Kumar

 

Unplanned
Last Updated: 20 Jun 2022 08:53 by Prashanth
Created by: Prashanth
Comments: 0
Category: Reporting
Type: Feature Request
3

When the font that is used to generate the report is not installed on the client machine, some of the text may be cropped

t would be very useful to be able to embed fonts in DOCX and the other OpenXMLs, as in PDF.

Unplanned
Last Updated: 10 May 2023 15:36 by ADMIN

React Report Viewer throws error ts(7016) on importing it in a TypeScript project:

Could not find a declaration file for module '@progress/telerik-react-report-viewer/dist/cjs/main'. 'C:/Users/dnikolov/Desktop/ReactTypesScript/my-app/node_modules/@progress/telerik-react-report-viewer/dist/cjs/main.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/progress__telerik-react-report-viewer` if it exists or add a new declaration (.d.ts) file containing `declare module '@progress/telerik-react-report-viewer/dist/cjs/main';`

Unplanned
Last Updated: 21 Jun 2022 11:10 by ADMIN
Created by: Tursunkhuja
Comments: 1
Category: Reporting
Type: Feature Request
4

Report content is not selectable, and we know that there is a limitation in WinUI not to be able to search in report contents. But we want this functionality 

Is it on your roadmap to implement that feature?  

 

Thanks,

 

Declined
Last Updated: 27 Sep 2022 07:09 by ADMIN
Created by: Tursunkhuja
Comments: 6
Category: Reporting
Type: Feature Request
4

We are using Telerik reporting R2.2022 version in our project. Some of our reports have html link (created with tag “a”). If we preview those reports html link doesn’t act as an actual hyperlink, so it’s not clickable. We know that there is a HtmlTextBox limitation not to be interactive in WinUI report viewer. But this is important for us to be able to click on html link on WinUI and we need that functionality.  

I tested WinUI example project (CSharp.WinUIExample.VS2022.sln) and opened SwissQRBill.trdp report. The report has some links to the external source in internet, which is not clickable, but if you open it in Standalone report designer it’s clickable.  

Graphical user interface, text, application, email

Description automatically generated

Is it on your roadmap to implement that feature? 

Thanks,

Unplanned
Last Updated: 14 Jun 2022 09:03 by Phil

The overlap warnings may clutter up the page.

It will be a good option to be able to switch them off. The reason is that most of the time I want to ignore them because they actually do not cause problems. If I want to turn it on to check I would be able to.

Unplanned
Last Updated: 10 Jun 2022 08:57 by John

Having the PrintOnFirstPage property set to False does not always hide the Page Footer section on the first page

If the vertical space of the report(The paper height of the paper size which can be seen in Report.PageSettings) allows it, the footer will get rendered on the first page despite the property being False.

Unplanned
Last Updated: 10 Jun 2022 13:07 by Jeremy
The customer should be able to disable printing, text and graphic selection and extraction, page rotations and others.
Unplanned
Last Updated: 09 Jun 2022 14:03 by Yale
Created by: Yale
Comments: 0
Category: Reporting
Type: Feature Request
2
Currently, only the fonts which are installed on the machine are listed in the Font Name drowdown. It would be nice if the private fonts are also displayed.