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,

 

Completed
Last Updated: 19 Jun 2024 08:47 by ADMIN
Release R3 2022 SP1
1. Start HTML5 or Blazor viewer or designer in a .NET7 RC1 application

Expected: Report Catalog report shown.
Actual: Error creating report instance (Report = 'Report Catalog.trdp'). An error has occurred. A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 64. Consider using ReferenceHandler.Preserve on JsonSerializerOptions to support cycles. Path: $.
Unplanned
Last Updated: 30 Dec 2022 08:52 by Todor
Created by: Todor
Comments: 0
Category: Reporting
Type: Feature Request
4
XML is a well-established format for storing data and it would be great if Telerik Reporting supports it out of the box.
Unplanned
Last Updated: 22 Aug 2023 11:41 by ADMIN

The DocumentMapVisible/ParametersAreaVisible settings that I set in the initialization of the native Blazor Report Viewer are not respected.

I can hide/show these areas from the buttons in the report viewer's toolbar but am unable to have them hidden initially.

Currently, the only workaround is to have a JS function that clicks on the toolbar after initialization:

function reportViewerMapClick() {
    $(".k-i-dictionary-add").click();
}

Unplanned
Last Updated: 20 Feb 2023 08:12 by ADMIN
This attribute is needed to keep certain parts of the text together (e.g. keep text + its superscript or subscript together, keep a word that uses different styles together). Below are examples of such text, where the superscript / subscript words need to be kept together with the "parent" text, and "Uncopyrightable" is a word without spaces, but where part of the word uses a different style. To keep these parts together, they could be wrapped in a <span style="white-space: nowrap;"> tag.

P.S. It seems more logical to me to implement text wrapping using spaces rather than spaces + tags used, as it is now. But the support team have assured me that this is not possible.

Unplanned
Last Updated: 11 Oct 2023 14:38 by Wayne Hiller
Created by: Wayne Hiller
Comments: 2
Category: Reporting
Type: Bug Report
4
The Anchoring/Docking DropDownList editors are always disabled on all items in the reports when inside the Web Report Designer. The same reports work fine in the Standalone Report Designer.
Completed
Last Updated: 14 Jul 2024 01:06 by Adam-ACS
Release R2 2023
In certain scenarios when a report has both a Table of Contents (TOC) and multiple nested SubReports, the calculated page numbers displayed in the TOC and the total page count are incorrect.
Completed
Last Updated: 09 Jun 2023 14:35 by ADMIN
Release R2 2023
Created by: Maksym
Comments: 1
Category: Reporting
Type: Feature Request
4

Hi Team,

Currently, the Angular Report View doesn't appear to support the Ivy rendering. As of Angular 16 (released 4 days ago), the legacy rendering mode is fully removed. Which means the ReportViewer will no longer work in ng16 or later.

So this feature request is to move the ReportViewer to support Ivy (which will support Angular v9 to v16 and later).

Thank you,

Maks

Unplanned
Last Updated: 23 May 2023 14:39 by Dennis

There is a common error message received often after upgrading Telerik Reporting:

Unable to get report parameters. An error has occurred. Cannot read a document with the specified schema: http://schemas.telerik.com/reporting/2023/1.1. You might be using an older version of the product.

Obviously, I have a mismatch between the new report that I created and the deployed Reporting application. To create the report that is generating this error, I copied from an existing (and working) report.  Only changed the Stored Proc being called and a few field names.  Everything else is the same.

Except -- (OBVIOUSLY) -- when I saved the report -- the Designer changed the schema version. 

You need a way in the DESIGNER to display the schema version of the report. If these reports are TRDP then I don't see an obvious way of viewing the schema version of the report. I opened both reports in the designer and tried to find a way to view the schema versions of a working versus non-working report.  So that, I could determine which version of the designer that I need to drop back to (in order to create my copy of an existing report).

In your error message, you could easily provide additional detail but do not. You just say "product". Obviously, you know this but you don't report it to user.  For example, you could say -- "This report has schema version xx.xxx.xx but the Reporting Engine can only run reports of schema version yy.yyy.yy and below" or something to that affect.  Good error messages would go a long way to avoiding this frustration.

Completed
Last Updated: 13 Nov 2024 19:50 by Simon
Release 2023 R3
Created by: Simon
Comments: 2
Category: Reporting
Type: Bug Report
4

Some SVG files are not rendered as expected when the PDF Rendering is used.

SVG opened in the browser:

SVG in rendered PDF file:

 

Duplicated
Last Updated: 28 Jul 2023 13:23 by ADMIN

When I conditionally hide a TextBox in a table, I got unwanted spaces between the hidden boxes.

In my example below I have 30 records as seen in the first table.

In the second table I have the same data, but conditionally formatting it to hide based on the following:

= Fields.Column1 > 2 and Fields.Column1 < 28

Notice the space that shows between 02 and 28.

Unplanned
Last Updated: 21 Aug 2023 14:28 by ADMIN

I just migrated from building with react-scripts to Vite, as it seems react-scripts is deprecated. After the change, the react report viewer is not functioning correctly. Browser console shows:

Instantiation of Kendo TreeView as Document Map threw an exception TypeError: $kendoHtmlEncode is not a function

Uncaught (in promise) TypeError: $kendoHtmlEncode is not a function

 

Completed
Last Updated: 31 Jan 2024 17:51 by ADMIN
Release 2024 Q1

Currently, the parameters' editors of the WRD's internal viewer cannot be changed. A report parameter with available values is always rendered with the ListView widget.

I would like to be able to use the viewer's built-in ComboBox widget as shown in the HTML5 Report Viewer Options Overview - Telerik Reporting article, and to also be able to use a custom one.

Duplicated
Last Updated: 21 Feb 2024 07:37 by ADMIN
Created by: Steve
Comments: 5
Category: Reporting
Type: Feature Request
4

The CSV renderer ignores the visible state of elements in a report definition (sections, headers, footers, text boxes etc.) with the Visible property to false - either explicity or by binding.

This results in much redundant content in the CSV file, that is often not even the actual output/result data - which should be the primary focus of a format like CSV.

Being able to control the output brings much flexibility to the CSV feature. Though Reporting primarily has a focus on a more rich, visual display of data, having access to the same "raw" result set that a report would evaluate can be very useful, without having to try replicate through other means.

Binding the Visible property of elements to: = RenderingFormat.Name <> "CSV" would allow the choice of including what makes sense in the ouput, even allowing a different "view" of the data, which could contain just detail row fields or additionally, summary fields from group and report headers & footers.


Completed
Last Updated: 15 Nov 2023 11:44 by ADMIN
Release 2024 R1 PI1

Previously, the Processing.PictureBox property Image required a System.Drawing.Image.

Starting with R3 2023 it requires Telerik.Drawing.IImage, and throws the exception:

Cannot implicitly convert type 'System.Drawing.Image' to 'Telerik.Drawing.IImage'. An explicit conversion exists (are you missing a cast?)

Unplanned
Last Updated: 09 Nov 2023 16:54 by ADMIN
Created by: Sharon
Comments: 0
Category: Reporting
Type: Feature Request
4

On .Net 6, exporting html5 produces multiple html files including a single report having multiple pages are split into multiples. Could we please have the feature similar to MHTML export in the previous .net versions supported. This is a breaking change when upgrading to .Net 6. 

Thanks!

 
Unplanned
Last Updated: 10 Jan 2024 15:02 by Krishnan

When I open a tab that includes the Angular report viewer and close it immediately after, before the viewer can be properly initialized, the following error will be thrown:

core.js:7744  ERROR Error: Uncaught (in promise): TypeError: perspectiveManager.dispose is not a function
TypeError: perspectiveManager.dispose is not a function
    at Object.dispose (telerikReportViewer.js:8447:30)
    at TelerikReportViewerComponent.ngOnDestroy (telerik-report-viewer.component.js:61:27)
    at executeOnDestroys (core.js:6118:1)
    at cleanUpView (core.js:6021:1)
    at destroyViewTree (core.js:5847:1)
    at destroyLView (core.js:5999:1)
    at RootViewRef.destroy (core.js:22750:1)
    at ComponentRef$1.destroy (core.js:25284:1)
    at RouterOutlet.deactivate (router.js:5577:1)
    at ActivateRoutes.deactivateRouteAndOutlet (router.js:2101:1)
    at resolvePromise (zone.js:1211:1)
    at resolvePromise (zone.js:1165:1)
    at zone.js:1278:1
    at _ZoneDelegate.invokeTask (zone.js:406:1)
    at Object.onInvokeTask (core.js:28767:1)
    at _ZoneDelegate.invokeTask (zone.js:405:1)
    at Zone.runTask (zone.js:178:1)
    at drainMicroTaskQueue (zone.js:585:1)
    at ZoneTask.invokeTask [as invoke] (zone.js:491:1)
    at invokeTask (zone.js:1661:1)

In Development
Last Updated: 28 Apr 2025 10:34 by ADMIN
Created by: Support
Comments: 3
Category: Reporting
Type: Bug Report
4

If I use an HTML5-based Report Viewer with the default CONTINUOUS_SCROLL page mode and I start scrolling to the next page, the Get Document Page request is made multiple times for the same page.

If I move to the next page via the toolbar buttons or if I use the SINGLE_PAGE page mode, then problem is not reproduced.

Completed
Last Updated: 18 Mar 2025 14:33 by ADMIN
Release 2025 Q2

This behavior is observed only on Azure environment and it is working as expected on local machine.

It seems the Character ID (CID) is mapped to a wrong position visible in the inserted text and in the CMAP table and this leads to an incorrect glyph loading.

Unplanned
Last Updated: 25 Jan 2024 13:55 by Todor

I have a table with grouping and GroupPageBreak set to After for the group.

In the detail cell of the table, I have a Panel with a Crosstab in it. The Crosstab has row groups, however, their properties are the default, hence, they don't force any Page Breaks.

When the report is previewed or exported to PDF, each table group is on its own page as expected.

I have set SplitWorksheetOnPageBreak to True for Excel rendering, so that each soft page, i.e. Crosstab in the table group is in a new worksheet.

This works fine, except that the first table group is split into two worksheets.