Declined
Last Updated: 10 Aug 2022 08:30 by ADMIN

I am trying to get a basic example of the Web Report Designer working following the guide here but I keep getting this error message

in the console, I can see these errors

here is the razor page that contains the WebReportDesigner

@page "/report-designer"

@attribute [Authorize]

@using Telerik.WebReportDesigner.Blazor

<WebReportDesigner DesignerId="wrd1"
                   ServiceUrl="/api/reportdesigner"
                   ToolboxArea="new ToolboxAreaOptions() { Layout = ToolboxAreaLayout.List }"
                   PropertiesArea="new PropertiesAreaOptions() { Layout = PropertiesAreaLayout.Categorized }" />

Any assistance would be appreciated

Under Review
Last Updated: 09 Aug 2022 14:24 by ADMIN
Created by: Stewart
Comments: 1
Category: Reporting
Type: Feature Request
5

I am currently investigating including the Telerik Reports in our products but when I load the Web Report Designer it loads a theme which is overwriting our custom theme. 

Is there any way to prevent this so that we keep our custom theme?

Unplanned
Last Updated: 01 Aug 2022 06:57 by Dominik
Please add a workspace preferences option to not save the report when Preview is initialized in the Web Report Designer
Unplanned
Last Updated: 26 Jul 2022 08:10 by Dominik

If you add the 'kendo.common.min.css' that is required for the Html5 Viewer to the page with the Web Report Designer, the latter Menu styles get broken.

Due to this, if you need to have both the viewer and the designer in the same project and cannot have scoped styles, the appearance of one of them will be broken.

Unplanned
Last Updated: 18 Jul 2022 08:20 by Todor

In some scenarios, it would be helpful to have the path to the report available, for example, as a Global Object, so that you may use it in the Expressions.

Here is a use case. The PictureBox resolves relative paths with respect to the report's folder. Currently, if you want to check whether an image that is in the report's folder exists by its name only, you need a custom user function. If you know the report's folder, you may do this with System functions.

Unplanned
Last Updated: 15 Jul 2022 08:21 by Blair
Created by: Blair
Comments: 0
Category: Reporting
Type: Feature Request
1

In some cases, the textbox width will be nearly but not enough to fit the whole string and as a result, the textbox will grow and will thus push the items below it further down.

In Page Sections, this may even result in some of the items that are near the bottom not being displayed at all.

It would be great if there was a warning when the width is not enough so that such scenarios are avoided.

There should also be an option to disable the warnings.

 

 

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: 06 Jun 2025 15:50 by ADMIN
Scheduled for 2025 Q3

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';`