Unplanned
Last Updated: 01 Jun 2021 08:24 by ADMIN

The @progress/kendo-ui package breaks the report viewer:

  • With telerikReportViewer.kendo referenced - see the first attachment
  • Without reference to the telerikReportViewer kendo widgets: see the second attachment
Unplanned
Last Updated: 01 Jun 2021 04:14 by Tony
Currently the GenericTileProvider class internally uses map tile size of 256x256 px and doesn't allow to set different size. Some tile-providing services like MapBox allow to use tiles with larger size (512x512px). Allowing to use larger tile size will be more efficient in terms of costs and amount of requests.
Unplanned
Last Updated: 31 May 2021 13:39 by ADMIN
I would like an ability to provide "Telerik.Reporting.Processing.UserIdentity.Current.Context" to "ReportProcessor" object for "RenderReport" method to use. Scope of this context needs to be strictly this "RenderReport" only.
Completed
Last Updated: 26 May 2021 07:54 by ADMIN
Release R2 2021

Implementing Drag&Drop for the Web Report Design is a major step toward feature parity with the Standalone Designer, and helps end-users leverage their established workflow when migrating to the Web Report Designer.

  1. Dragging a field from the Fields list onto the surface should A) Create a default Textbox. B) Populate that Textbox with a simple =Fields.field expression.
  2. Dragging and dropping a component from the component tree should create that component at the drop location.
Unplanned
Last Updated: 19 May 2021 10:59 by ADMIN
Created by: Todd
Comments: 3
Category: Reporting
Type: Bug Report
1

Background: 

I create an ASP.NET Web Application - Empty. I add to it a Telerik HTML Report Viewer page. The wizard creates a new REST service with a sample report. Inside the Html5ReportViewer.html file is the line

<!--If Kendo is used it should be added before the report viewer.-->

 <script src="/api/reports/resources/js/telerikReportViewer-15.0.21.326.min.js/"></script>

 

with a trailing / in the src attribute. This works perfectly.

Problem:

I have a ASP.NET Webforms website that displays reports from the Reporting web application.  Pages that display a report also have this script tag. However, any time there is an update for the Reporting toolkit, if I use the Reporting Upgrade Wizard, (Visual Studio 2019 "Extensions" menu -> Telerik -> Reporting -> Upgrade Wizard) the script tags get updated with the latest version, but the trailing / in the src attribute is no longer there and the page breaks because the Javascript library is not loaded. Adding in the / fixes the problem.  Is this intended behavior or a bug in the upgrade wizard?

 

Unplanned
Last Updated: 19 May 2021 07:18 by ADMIN
My report has a simple table. A text field is placed under the table. The table and text field have the Docking property set to Top. 
If the table fits on one page, then exporting to pdf is fine. But if the table is divided into several pages and the ColumnHeadersPrintOnEveryPage set to true, then the textbox is displayed at the wrong place(overlapping with the table).
Unplanned
Last Updated: 13 May 2021 13:29 by ADMIN

When you change a parameter,  the parameter controls will be disabled while it fetches the data and then enabled again when the data returns, which is correct.

If you have a parameter with AvailableValues, the parameters will be disabled while it fetches the data but then never get enabled if the report has no data. You have to click the refresh or back button to enable them again.

Completed
Last Updated: 12 May 2021 13:42 by ADMIN
Release R2 2021
Created by: Olivier
Comments: 2
Category: Reporting
Type: Feature Request
5

Hi,

I'm not reporting an issue here, just making a suggestion about a minor change that I would consider as an improvement.

I'm loading at runtime a report template that was created using the standalone report designer. I'm dynamically replacing all the 'DataSources' of the report, and thus I have to go through all the items of the report to find them all.

The first step is to flatten all the items with a recursive call, starting from the 'Report'. I get a list of ReportItem, and I can cycle through this list and find those that inherits from 'DataItem'. From there, I just have to pick all the distinct DataSources from these DataItems.

And it almost works, except that I'm missing the DataSource from the Report itself, as the Report class does not inherit from DataItem but implements IDataItem.

If IDataItem was public, I could simply use it instead of 'DataItem', but as it is internal I have to handle a special case. And I don't like that.

Maybe I'm missing a good reason to keep this interface internal, but if not my suggestion is to make it public.

Regards,

Olivier

Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
Created by: Patrick
Comments: 2
Category: Reporting
Type: Feature Request
5

For the new Swiss paiment system, we need to add a QR Code with a logo inside it. The logo must be centered and be 7x7 mm.

Currently, there is no possibility to do it with Telerik Reporting, so please add it.

Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
Created by: Hassan
Comments: 1
Category: Reporting
Type: Feature Request
3
It would be nice to translate the Web Based Report Designer to my local language.
Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
Created by: Otto Neff
Comments: 4
Category: Reporting
Type: Feature Request
15
It's currently not possible to define in the HTML5 Report Viewer "per Report" the available Export formats. It's also not possible to alter the List in the given JS Events because the List of PDF,XLS,etc is loaded on MouseOver in the menu.

Would be great to have some kind of options, array list in the widget options to define what export formats are displayed.

Kind regards, Otto.
Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
Reports with Document Map may be exported in PDF format without the bookmarks from the legacy ASP.NET Viewer. The same reports get exported correctly from the Standalone designer and the Html5 Viewer.
Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
When you can add some NuGet packages as Telerik.Reporting in .NET Standard 2.0 project but Telerik.Reporting.OpenXmlRendering cannot. You can download the attached project. If you try adding Telerik.Reporting.OpenXmlRendering, the following error appears:
Package Telerik.Reporting.OpenXmlRendering 15.0.21.120 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Telerik.Reporting.OpenXmlRendering 15.0.21.120 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0) ClassLibraryTest C:\Users\ntodorova\source\repos\ClassLibraryTest\ClassLibraryTest\ClassLibraryTest.csproj 1
Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021

Internal Server Error. The operation was canceled is thrown in the viewert when the SVG contains 

<?xml version="1.0" encoding="UTF-8"?>

Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021

There are two issues I observed with the Web Designer:

1.If you edit any Report Parameter Value from Designer it will convert to [object Object]

2. And clicking the ellipses (...) to edit the value, opens and closes the modal dialog sometimes.

Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021
When creating a chart, in the values field, you cannot change the function being used. The dropdown list contains only undefined values.
Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021
Created by: Geir
Comments: 0
Category: Reporting
Type: Bug Report
1

The SVG image is not rendered correctly. A sample report and the SVG can be found attached.

The designer outputs as on the picture below which is not correct:

Unplanned
Last Updated: 10 May 2021 08:44 by ADMIN

Currently, when using the Search widget in the WPF Report Preview the results highlight all of the text in the textbox that holds the matching search text. Although helpful, in cases where there is a long block of text it is less so.

It would be even more helpful if the search results highlighted only the text being searched, as can be seen in other apps, like browsers and document viewers.

The attached picture shows the current search widget, the interaction with the results and a report, and my requested change.

Under Review
Last Updated: 05 May 2021 11:43 by ADMIN
Created by: Yudith
Comments: 1
Category: Reporting
Type: Feature Request
3

Hi Telerik Team,

 

I am using telerik reporting watermark to put some "design" in our report template for all the pages, but a small image with a size of 50kb as watermark generates additional 200-300MB of memory usage during the rendering of the report.

 

Please reduce the memory consumption since this behavior limits the number of user that can access the report simultaneously

 

Thanks 

Completed
Last Updated: 04 May 2021 08:41 by ADMIN
If I have a dropdown or multi select list as a report parameter, if there are many items in the list then you are forever scrolling. Can a search feature be built in so that you can search for items you want in the list and select rather than having to scrolling up and down?