Under Review
Last Updated: 06 Apr 2022 10:34 by ADMIN
Created by: Hannah
Comments: 0
Category: Reporting
Type: Feature Request
3

Please add DropDownTree and/or TreeView as single- and multi-value parameter editors to accommodate Hierarchical data. It would be nice to have them out-of-the-box when available values come from a hierarchical/self-referencing table(s), but I would be happy if they could be integrated as Custom Parameter Editors. I was able to render and populate the dropdowntree with checkboxes, pass the correct selected values, but the 'Preview' button would never enable upon selection. Also, the dropdowntree's AutoClose(false) was not recognized. I know this can be achieved outside of the report viewer, but sometimes that method disrupts the layout and flow of the reporting view.

 

Declined
Last Updated: 04 Apr 2022 13:39 by ADMIN
Created by: Robert
Comments: 1
Category: Reporting
Type: Feature Request
0

Ability to split sections for use in Conditions and Formatting.

Example: Detail split into Detail-A and Detail-B where either or both may display based on a condition defined at the Section Split level.

For Crystal Report users (myself since 2008) this is a very important feature.

It allows a single report be used for detail or summary reporting as well as multiple conditions for display.

This is an example from CR:

Unplanned
Last Updated: 04 Apr 2022 12:38 by Todor

When I display the page count in PrintPreview mode with the following function, the result depends on the value of the Report property SkipBlankPages and may be wrong:

= PageCount("Report1", 1)

If I use only:

= PageCount

the result is correct.

The linked PageCount video demonstrates the problem.

Unplanned
Last Updated: 04 Apr 2022 11:32 by Todor

When a Report Parameter is Nullable, and the Null value comes from the data source, for example, from a JsonDataSource assigned to the parameter AvailableValues, the Desktop viewers don't recognize this value and show an exception that the parameter value is not valid. You need to check the NULL checkbox to set the parameter value to Null.

In the Html5 Viewer, the same is working as expected, and the Null value from the data source is correctly set directly to the parameter.

The link to the Nullable Parameter video demonstrates the issue.

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:

 
Unplanned
Last Updated: 01 Apr 2022 08:55 by Christian

Currently, when GroupFooterSection.PrintAtBottom is set to True, all subsequent sections will be moved to the next page. For that reason, the Report Footer also moves to another page even when its PrintAtBottom is True and both sections can fit on a single page.

If I set the Group Footer PrintAtBottom to False, it will be printed just below the Detail section, which may leave unwanted blank space between the Group Footer and the Report Footer.

I think that it is more intuitive to have both the Group Footer and the Report Footer printed at the bottom of the last page in this scenario, with the Group Footer just above the Report Footer.

Duplicated
Last Updated: 31 Mar 2022 09:56 by ADMIN
Created by: David
Comments: 1
Category: Reporting
Type: Feature Request
1
MAUI would truly benefit from a reporting engine. While MAUI with Blazor could supposedly use your Reporting engine, that is less straightforward than such an engine working directly with MAUI.
Unplanned
Last Updated: 28 Mar 2022 09:33 by Taylor
I use <strong> to make part of the text in an HtmlTextBox bold. When my report is rendered in PDF under Linux, the bold text overlaps the normal text. The issue persists even when I put the text with different styles in separate <span> elements.
Unplanned
Last Updated: 25 Mar 2022 09:45 by ADMIN
Created by: Peter
Comments: 3
Category: Reporting
Type: Feature Request
7

While export/render a Report to PDF the pictures keep their original size, even when they are very big. Pictures scaled to a small image include the full-size image in PDF.
To keep the PDF smaller, all pictures needs to be resized in advance/by program at the moment.
Please implement the possibility (Activatable by Parameter) to automatically resize the images to the needed size
- for the used DPI settings in report
- or to a new added PictureDPI.

 

Unplanned
Last Updated: 24 Mar 2022 13:04 by Neli

The Angular Report Viewer uses the jQuery npm package, while the Web Report Designer uses jQuery.min.js directly from a CDN. If you try to use both Angular Viewer and JS Web Designer in the same application there will be a conflict while loading jQuery twice from the different sources. This is why the Angular Report Viewer cannot be loaded together with the JS Web Report Designer in the same application. The KB article Displaying the Web Report Designer in Angular application provides a Known Issues section at the bottom where this problem is explained:

"Telerik Web Report Designer could not be integrated into Angular application together with Angular Telerik Report Viewer. That is why this article shows how to use the Telerik Web Report Designer in angular application with jQuery-based HTML5 Telerik Report Viewer."

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.

Unplanned
Last Updated: 16 Mar 2022 14:31 by Olivier
Created by: Olivier
Comments: 0
Category: Reporting
Type: Bug Report
3
The Freezing functionality does not work. Please, check the attached report.
Unplanned
Last Updated: 16 Mar 2022 14:31 by ADMIN
Created by: Magnus
Comments: 1
Category: Reporting
Type: Feature Request
3

Hi,

Does the Web Report Designer support zooming of the report area? Similar to the Standalone designer:

 

Best regards,

Magnus

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.
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: 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.

Unplanned
Last Updated: 07 Mar 2022 12:06 by ADMIN

Please see ticket #1553960 for examples and the initial ticket.

Request: Update isValidXhtml to take in an optional argument that controls whether or not the validation ignores unsupported HTML tags. With the understanding that unsupported tag types do not get output in the HtmlTextBox.

Because the function isValidXhtml evaluates to False for unsupported tag types while the HtmlTextBox just ignores unsupported tag types, there is a disconnect between what the HtmlTextBox can display vs what isValidXhtml allows to be displayed.

This change would allow more flexibility when trying to validate HTML and display it in the HtmlTextBox.

 

Use case: I have been working a lot with emails and trying to display them within a report. When I use isValidXhtml to validate the email before outputting in an HtmlTextBox, most emails evaluate to False and do not get displayed since they contain many unsupported tag types. However when I remove the validation, more emails get displayed because the HtmlTextBox ignores unsupported tag types. This update would allow more HTML to be considered "valid" by the isValidXhtml function, with the understanding that unsupported tag types will not get displayed.

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: 25 Feb 2022 12:56 by ADMIN
Created by: Ryan
Comments: 1
Category: Reporting
Type: Feature Request
1

It would be helpful to enable printing a table header when no data is available and the NoDataMessage is set. We frequently have tables with one or more static headers that may not have any data - depending on the supplied report parameters. We set the NoDataMessage to display an appropriate message, however, we would like to continue displaying the table title and column headers.

We currently accomplish this with a Panel + Table but that is inelegant. It is more designer friendly to design the table once and reposition and resize it as necessary.

Here is an example screenshot of the issue we have now

 

Need More Info
Last Updated: 25 Feb 2022 08:17 by ADMIN
Created by: dan
Comments: 5
Category: Reporting
Type: Feature Request
4
We would like to use the Web Report Designer, with an already built Data source. Is this possible? The data-source selection in the Web Designer should be disabled, and we want to pass our prebuilt Data source "programmatically" in some format to the report designer/viewer