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?
Unplanned
Last Updated: 29 Apr 2021 11:25 by ADMIN

When a textbox cannot fit on the current page and its Style.VerticalAlign is not set to Top, the textbox is pushed to the next page, although its KeepTogether property is set to false and its Value is null or empty.

This scenario usually happens when a textbox in a table grows vertically because the table contents also grow - it might be another nested table or any other data item. The solution is to either set the visibility of the textbox to false or set its Style.VerticalAlign to Top.

Under Review
Last Updated: 29 Apr 2021 10:59 by ADMIN

Dear Telerik,

We use Azure App Services to host the reporting engine API.

Azure App Services validate all incoming requests to ensure they come in with valid Bearer JWT tokens. Your suggested workaround of validating the tokens only on some requests in the application would require us to turn off built-in Azure validation, which elevates security risks.

Can you please ensure [authenticationToken] is added to ALL requests from the Angular tr-viewer to the API, not just some requests?

Please redesign the viewer to authenticate all its requests to the backend service. Including but not limited to the requests report viewer makes to download generated report documents as attachments by performing get document requests through window.open() or any other methods.

We appreciate your efforts to obfuscate such requests; however, these efforts need to be in addition and not instead of industry standard security practices.

Thank you very much,

Sergey Nosov
Sr. Integrator/Developer,
Calpine Energy Solutions

Completed
Last Updated: 29 Apr 2021 06:42 by ADMIN
Release R1 2021 SP1
Created by: Graham
Comments: 11
Category: Reporting
Type: Feature Request
4
When in a Report section an item (e.g. Crosstab) grows horizontally, it may introduce horizontal physical page breaks due to insufficient space. The corresponding horizontal page breaks would be multiplied across all the physical pages that would be normally generated (i.e. without horizontal paging). Usually, these extra pages will be blank. In most cases having an option to remove these blank pages would be very useful.
Declined
Last Updated: 28 Apr 2021 14:32 by ADMIN
Created by: Revanth
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi, how to create variable column width in programmatically created table? means how to adjust the width of the column based on dynamic data?

Unplanned
Last Updated: 26 Apr 2021 06:37 by ADMIN

Hello, 

I am receiving the TypeError: $kendoHtmlEncode error in an Angular Report Viewer with the SystemJS. I am also using a .NET Framework (4.6.2) WebApi based Reporting REST Service. See the following screenshot of the error. 

Additionally, the Report Viewer UI is loading until the error is thrown and the report never loads as shown in the following screenshot.

Note that I am also using a separate process for running each project.

For additional reference, I have attached a sample that reproduces the error. See the following steps to run the sample locally.

  1. Open the 1515808.sln file in Visual Studio.
  2. Restore the NuGet Packages.
  3. Run the included WebApi project.
  4. Open the src/ClientApp folder in a command window.
  5. Run npm install from the CLI.
  6. Execute npm run serve from the CLI.

Please let me know if you need any additional information. Thank you.

Unplanned
Last Updated: 23 Apr 2021 15:03 by ADMIN

If you select valid values for a multi-value parameter and then deselect them manually in List_View, the last rendered report remains and there is no warning for invalid parameter values and the Preview button is not disabled. The problem occurs only in List_View for the multivalue parameter editors.

If you deselect the values with 'clear selection' the proper warning gets displayed.

Unplanned
Last Updated: 16 Apr 2021 11:36 by ADMIN

We pass Report Parameters as Strings and later convert them to Floats in the Report. This works fine on our production systems in Switzerland but fails on dev machines that use different system locales.