Unplanned
Last Updated: 02 Mar 2022 11:05 by Curt
It would be nice if the Reporting Upgrade Wizard could handle the Kendo references or at least warn the user that they are older than the ones required by the viewer.
Unplanned
Last Updated: 08 Mar 2022 08:31 by Peter

I have a SubReport in my main report detail section. The TextBox above the SubReport has TocText. The subreport also has items with TocText.

In the final TOC of the main report, the subreport items appear before the main report TextBox, although they are rendered after it.

If I move the main report TextBox from the detail section to the Report Header or Report Group Header section, the TOC order is correct.

Completed
Last Updated: 06 Jun 2022 08:34 by ADMIN
Release R2 2022
Created by: Support
Comments: 1
Category: Reporting
Type: Feature Request
1

Currently we implemented the IDefinitionStorage to read and save files from azure storage

It would be nice if we could call the async methods

Completed
Last Updated: 11 May 2022 10:24 by ADMIN
Release R2 2022
In the Web Report Designer, during the CsvDataSource Wizard, if the data has DateTime fields and specify a Date format for those fields on step 5, the date format is not respected and the DateTime fields are empty in the data preview on step 6 of the wizard.
Unplanned
Last Updated: 10 Mar 2022 14:41 by ADMIN
Created by: Andrea
Comments: 1
Category: Reporting
Type: Bug Report
1

If you shrink the browser showing the Blazor viewer, initially the menu toolbar doesn't respond and the right-most menu items get cut. When you continue to reduce the browser width, at some point, the menu becomes responsive and the small menu appears.

The above behavior is reproducible with the Blazor demo application for .NET 6. The problem is not related to the pure Html5 Report Viewer.

Unplanned
Last Updated: 15 Mar 2022 13:32 by Akesh Gupta
Created by: Akesh Gupta
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, I can download only the minified version of the designer's script. It would be very useful if you deliver also the non-minified script as this would let the developers debug and fix problems, for example, related to the interaction with other Kendo widgets.
Completed
Last Updated: 27 Jul 2022 09:02 by ADMIN
Release R2 2022

The Web Report Designer uses a subset of all available Kendo UI widgets. It will be useful to have a documentation article listing all of them, just as it's done for the HTML5 Report Viewer here: Kendo Widget Requirements.

This way the users will have better understanding which Kendo UI classes and components are used by Web Report Designer and will enable them making their own distribution packages when needed.

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

The response to the Get Page request of the REST Service in .NET Core/5/6 doesn't include page size when the paper kind is Custom. This may be the reason why the printing from the WPF Viewer results in blank pages.

When the service is in .NET Framework, the paper size is in the response, and the document is printed correctly.

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.