Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
The HTML5 WebForms Report Viewer Form item template is missing the kendo references and because of that, the report viewer does not load correctly.
Completed
Last Updated: 22 Jun 2022 12:25 by ADMIN
Release R2 2022 SP1

The parameters' area splitter's expand icon gets hidden when the area is shrunk.

Unplanned
Last Updated: 24 Mar 2022 11:28 by Steven

I have a TextBox that is rotated at 270 degrees. Its width in some cases is not enough to accommodate the incoming value. I expected it to grow vertically (i.e. in width) in this case. However, its width didn't grow. It just cut the content.

I noticed that if I increased the height of the TextBox, the content was wrapped horizontally.

Completed
Last Updated: 26 Oct 2023 07:00 by ADMIN
Release 2023 R3

It would be very useful if the report parameters of all the HTML5-based report viewers become accessible from the report viewer widgets.

For example, we are currently working on a report that has a custom button that sends the current parameters to an API and "signs" the current report (e.g. saves a string in the database and displays it afterward in the report).

We would like to validate if the currently shown report matches the report parameters but are unable to find a valid solution for this scenario.
Unplanned
Last Updated: 01 Apr 2022 09:18 by ADMIN

This is the outcome in the Standalone designer:

This is the outcome in the WPF viewer:

 
Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
If you try to export a report that contains an SVG image, A generic error occurred in GDI+  error will be thrown when you try to export the report to XLSX under Azure.
Completed
Last Updated: 09 Nov 2022 13:31 by ADMIN
Release R3 2022 SP1

Boolean parameter checkbox is with a small size in the HTML Viewer with Kendo SASS theme created with ThemeBuilder.

The current workaround is to use the following CSS to set the width and height of the checkbox:

.k-checkbox{
   width: 16px !important;
   height: 16px !important;
}

 

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022

The XAML rendering extension, used by the WPF Report Viewer, by default checks for invalid characters while writing the XAML page contents. When the data that will be rendered on the page contains invalid Unicode characters, an exception is thrown and the report is not rendered.

The current solution is to introduce a UserFunction that parses  the string contents and strips the invalid characters, but implementing and maintaining this approach requires more efforts from the developer.

An option in the XAML Device Information Settings that disables the check for invalid characters, would work in most scenarios without having to write a dedicated UserFunction. By default this option will preserve the current behavior, i.e. the characters checking will be performed, but the developers will have the ability to disable it on their own discretion.

Unplanned
Last Updated: 11 Apr 2022 14:52 by Shannon
Created by: Shannon
Comments: 0
Category: Reporting
Type: Feature Request
1

When a report is saved in the Web Report Designer, a popup appears confirming that the report was successfully saved. However, it is visible for far too long and blocks users during this time.

This feature request is to add an 'ok', 'hide' or 'close' button to these types of popups so the user can dismiss it.

Thank you,

Shannon

Unplanned
Last Updated: 22 Apr 2022 09:24 by Daniel
Refreshing the WPF Report Viewer messes up the values of the report parameters which leads to an error message, that there is an invalid report parameter value, being displayed in the viewer.
Completed
Last Updated: 22 Jun 2022 12:25 by ADMIN
Release R2 2022 SP1

When there is a textBox report item placed in a report page header/footer section with a text color styling applied to the textbox, the text color is not respected in the Excel export.

This happens only when the native excel page header/footer is used.

Unplanned
Last Updated: 04 May 2022 13:06 by Vahidreza

The property of the Graph Numerical Axis CrossAxisValue is listed in the Bindings editor dropdown of the Graph Coordinate System. When I set it, the report displays an error that the property does not exist.

I found out that the property is obsolete.

Unplanned
Last Updated: 05 May 2022 11:03 by Anubhav

My ReportLibary has 174 reports. When I tried to convert them at once with the Standalone designer, it converted a few of them and threw the following exception (showing part of the Stack Trace):

Application: Telerik.ReportDesigner.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
   at System.Windows.Forms.BindingSource.get_Count()
   ...

Converting the reports in smaller portions was successful.

Completed
Last Updated: 23 Jan 2024 07:02 by ADMIN
Release 2024 Q1
During report processing the Reporting engine uses System.Diagnostics.Trace.WriteLine(string) for tracing. However, the Trace.WriteLine commands cannot be filtered out and don't pass through the filter ShouldTrace. For that reason, the Reporting engine tracing information cannot be skipped with a filter.
Unplanned
Last Updated: 18 May 2022 14:29 by Support

It seems that only one event is being removed when disposing, there are 3 more, can these 3 also be removed when disposing? 

 

Also if possible remove the kendoSplitter resize event:

Completed
Last Updated: 22 Jun 2022 12:34 by ADMIN
Release R2 2022 SP1
Created by: Support
Comments: 0
Category: Reporting
Type: Feature Request
1

Please, add a .zip or .7zip with the following content from the Telerik Reporting folder:

  • all runtime assemblies- everything from the Bin folder without the Design folder and VS<Version> (for example VS2019, VS2022, etc) folders
  • Html5 folder
  • License Agreements folder
  • Silverlight folder
  • Wpf folder
Unplanned
Last Updated: 02 Jun 2022 08:43 by Anubhav
ReportParameters.ParameterName.Label returns the report parameter value from the Value instead of the value of its Text property
Completed
Last Updated: 04 Oct 2022 15:07 by ADMIN
I have prepared and localized a report successfully in the Standalone Designer. When I opened and modified it in the Web Designer, it lost all localization information. The Localized property was also reset to False.
Unplanned
Last Updated: 09 Jun 2022 07:22 by zhivko.zhelezov
Created by: zhivko.zhelezov
Comments: 0
Category: Reporting
Type: Bug Report
1
The images and charts on my reports appear as expected in RTF when rendered in Windows. In Linux though, they appear very large when rendered in 'Tables' mode and very small when rendered in 'Frames' mode.
Unplanned
Last Updated: 17 Jul 2023 08:07 by Lloyd

In Reporting msi installer no verification is performed if the user exists and has create database permissions on remote database SQL server. No message is shown if AdventureWorks database creation fails.

1. Start Reporting .msi installer.
2. Agree with License.
3. Click button "Examples setup".
4. Enter database server name on remote machine with user with only public server role.
5. Click Next.
6. Click Install.

Expected: Message that database creation failed on step 4,5, or 6.
Actual: Installation proceeds and finishes. AdventureWorks database is not created.