Completed
Last Updated: 07 Jul 2020 10:06 by ADMIN
Release 2020 R2
In some cases, the error "Child doesn't implement ITableCell" can be thrown when the EnableAccessibility property of the viewer is set to true. To avoid it, set EnableAccessibility to False.
Unplanned
Last Updated: 15 Apr 2020 08:12 by ADMIN

When using specific tables the query builder of the Standalone designer may fail with the message:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Reporting.Design.QueryDesigner.Form.DataModelManager.CreateEntity(String path)
   at Telerik.Reporting.Design.QueryDesigner.Form.DataModelManager.FindOrCreateEntity(String path, Boolean refreshRelations)
   at Telerik.Reporting.Design.QueryDesigner.Form.DataModelManager.AddProperty(Property sourceProperty)
   at Telerik.Reporting.Design.QueryDesigner.Form.DataModelTreeViewController.TreeViewAfterCheck(Object sender, TreeViewEventArgs e)
   at System.Windows.Forms.TreeView.OnAfterCheck(TreeViewEventArgs e)
   at System.Windows.Forms.TreeView.WndProc(Message& m)
   at Telerik.Reporting.Design.Common.Controls.TreeViewEx.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

The SQL script for creating the table to reproduce the issue is given in the Object Reference error on using Query Designer forum post.

Completed
Last Updated: 19 May 2020 13:46 by ADMIN
Release 2020 R2

When exporting to Excel Worksheet, the CheckBox item is rendered as Excel Picture. If the machine settings are higher than the default 96 DPI (100%), the checkbox image is generated with incorrect size and the produced Excel file is corrupted.

Completed
Last Updated: 18 Jun 2020 12:42 by ADMIN
Release R2 2020 SP1
When I set all Graph Paddings to 0 and LabelPlacement to None, there is still a place left between the Graph Axis and the Graph Border.
Unplanned
Last Updated: 04 May 2020 07:15 by ADMIN
Created by: Brandon
Comments: 0
Category: Reporting
Type: Feature Request
1

I am suggesting a global 'this.value' option for conditional formatting. This approach would allow quick use of the fields value to be the basis of the condition. In reports that use complex and sometimes lengthy calculations, this is would be a huge timesaver.  This feature would also have to work with your current 'cut and paste' rule feature.

 

If I had to create individual rules for each box on a page, or a series of rules for each box to do multiple colors it would be a very unproductive use of time for me.

 

Putting my one project in perspective, if I had to do it with rules.

 

Right now, I have over 300 fields with 2 rules each, which is 600 rules to write and that is only about 75% of what I need on a single page of the report. This is a serious time burn activity just to get something like a conditional formatting to work on the value of the field. The rule approach might be good if the solution has less than 10 fields, but to have the shear numbers I do, I do not think it rule creation for each field is a viable solution.  Another solution proposed was to create additional calculated columns. The problem with this is that the data source already has 100+ columns and I would hate to add any more fields (at least 100+ more), due to performance considerations.

I love the Telerik reporting solution do to the instant flexibility in my apps, but the conditional formatting is lacking especially if you use it for large analysis reports with comparisons that the client (and myself) would like coloring of the text to 'see' things easier.

 

Telerik: See ticket 1462207 as reference

Unplanned
Last Updated: 27 Apr 2020 14:08 by ADMIN
Created by: Shivam
Comments: 0
Category: Reporting
Type: Bug Report
1
When you export a report with a big picture in the page header section to Word, the picture is not shown. If you decrease the PictureBox's size, it will appear. in the exported document
Unplanned
Last Updated: 01 Feb 2023 16:34 by Jim

I have designed a report that includes an embedded SubReport. When I render it to PDF, it looks correct.  When I render it to CSV, there are two issues that are probably related:

  1. The heading row columns should contain the main report's detail row textbox names followed by the SubReport 's detail row textbox names.  However, the SubReport 's detail textbox names are repeated a few times instead of just included once.
  2. In the situation where there is no detail row in the SubReport, a CRLF is missing at the end of the main report's detail data.  The next main report detail data appears on the same row, following the previous main report's last detail column -- it should begin on the next line.

I understand that CSV Rendering is not recommend for hierarchical output as described in the CSV Design Considerations. However, I am using the Hide the SubReport if no Values to not display the SubReport when there is not data. The hidden SubReport implementation can be seen in the below binding expression.

 

<Bindings>
    <Binding Expression="=Count(Fields.AP_OPN_CHK_VCH_NO_C)>0" Path="Parent.Parent.Parent.Visible"/>
</Bindings>

 

Using the above approach, the master report is missing a CRLF when the detail data is not visible. The record shows it appended to the previous record.

I started working with Support on this issue and have discovered that it might be a bug. As a result, I am also attaching their sample to help replicate the issue. For the pdf and csv output see the first attachment in the original ticket.

 

 

Unplanned
Last Updated: 06 May 2020 11:41 by ADMIN
When you render a report that contains numbered or bulleted lists in PPTX, in the result document it is not possible to introduce further indenting with Tab, or from the menu. It is weird that even adding new text boxes does not allow you to adjust the indentation of lists by using Tab. The whole document does not allow it.
Unplanned
Last Updated: 07 May 2020 07:49 by ADMIN
This behavior may cause the Graph plot area to shrink due to the preserved space for this label although it is not visible.
Unplanned
Last Updated: 18 May 2020 16:07 by ADMIN

Current Behavior

1. Open the Standalone Report Designer.

2. Navigate to the Open Menu.

3. Select the Computer Tab.

4. Observe the available list of folders under the Computer Menu.

5. Navigate to the Options Menu.

6. Change the Default Working Directory.

7. Navigate to the Open Menu.

8. Observe the Available Folder and the directory will not be listed.

9. Select the Browse Button.

10. Observe the open folder is not the expected Default Working Directory from Step 6.

Expected Behavior

It would be nice to remove the previous folder from the Standalone Report Designer Open Menu.

Won't Fix
Last Updated: 31 May 2024 13:17 by ADMIN
Created by: Ronan
Comments: 1
Category: Reporting
Type: Bug Report
1
When scanning the Code39 barcode "I1234567D" from a PDF report, the read value is "I1234567DI" with an extra I added to the end. 
Unplanned
Last Updated: 21 May 2020 08:31 by ADMIN
Created by: Vincenzo
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently the ticks separating categories in the Category Axis have constant lengths. I need to elongate them for better separation between the category labels.
Declined
Last Updated: 29 May 2020 13:06 by ADMIN
Created by: Mark
Comments: 1
Category: Reporting
Type: Feature Request
1

Hi there,

I was wondering if you had in the Pipeline/road map a Report Designer integrated into Visual Studio for .NET Core?

And also if there is an ETA?

If I can add my +1 to this would be appreciated.

Regards,

Mark

Completed
Last Updated: 11 Nov 2021 15:54 by ADMIN
Release R3 2021 SP1
Created by: Rama
Comments: 0
Category: Reporting
Type: Feature Request
1

Currently, the row/record delimiter when exporting to CSV is taken from the environment. This way, the same CSV document will have different line separators when exported from Windows and Linux.

It will be very useful if the row delimiter can be specified in the device information settings the same way the field delimiter can.

Under Review
Last Updated: 05 Jun 2020 08:10 by ADMIN

When the Report is shown in the HTML5 Interactive viewer, you can move the mouse over the cells in the Hyperlink column. When a cell has the mouse cursor hovering over it, a gray border is drawn around the cell.

The problem is that this gray border is partially covered by the Background color of the next cell.

Completed
Last Updated: 26 Mar 2021 16:52 by ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Web Report Designer needs a reset option for properties area editors to revert the properties values to the default property value.
Completed
Last Updated: 18 Sep 2020 06:51 by ADMIN
Release 2020 R3
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Facilitate the CSV Data Source initial setup or editing in Web Report Designer with a user-friendly wizard. 
Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

I have a few reports in which I have a multivalue parameter that renders a ListView control.  However, when the user clicks on "Select All", only the 1st value is sent to the server.

Also, if some of the values have default values when defining the Report parameter and one of them is the 1st value, then ALL values are pre-selected when the Report renders. However, when the user clicks "Preview", again only the 1st value is sent to the server.

The above happens when I reference Kendo ( kendo.all.js) 2020.2.513 in the project. With Kendo 2020.1.114 the viewer works as expected.

Unplanned
Last Updated: 23 Dec 2020 13:02 by ADMIN
Created by: Mario
Comments: 0
Category: Reporting
Type: Bug Report
1
Using SASS theme in Blazor project breaks the report viewer's style.
Unplanned
Last Updated: 19 Jun 2020 06:45 by ADMIN

Provide NuGet package with UI for WPF NoXaml dependencies for adding it to the project that hosts WPF report viewer:

Telerik.Windows.Data.dll

Telerik.Windows.Controls.dll

Telerik.Windows.Controls.Input.dll

Telerik.Windows.Controls.Navigation.dll